Metadata-Version: 2.4
Name: habitron-client
Version: 0.1.1
Summary: Asynchronous API client for Habitron SmartHub
Author: Habitron GmbH
License: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: pyyaml>=6.0
Description-Content-Type: text/markdown

# Habitron Client

An asynchronous API client for the Habitron SmartHub, designed for integration with Home Assistant.

## Features

- Direct socket communication with Habitron SmartHub.
- Automatic CRC16 calculation and command wrapping.
- High-level methods for controlling outputs, dimmers, RGB, and shutters.
- Parsing of system status and module definitions via YAML.
- Discovery of SmartHubs on the local network via UDP.

## Installation

```bash
pip install habitron-client
```
