Metadata-Version: 1.1
Name: pycalaos
Version: 0.0.2
Summary: Calaos home automation client library
Home-page: https://github.com/tiramiseb/pycalaos
Author: Sébastien Maccagnoni
Author-email: sebastien@maccagnoni.eu
License: MIT
Description: # Python Calaos
        
        Client for the Calaos v3 home automation server. This client keeps the home,
        rooms and items status in cache, in order to reduce the quantity of requests
        towards the Calaos server.
        
        Use `pycalaos.discover` to discover the Calaos server IP address.
        
        Use `pycalaos.Client` to connect to the Calaos server.
        
        This library has been developed with
        [Home Assistant](https://www.home-assistant.io/) in mind.
        
        The library has been tested with a Wago 750-849 controller and:
        
        - single-click buttons
        - triple-click buttons
        - long-click buttons
        - binary output
        - DALI lights
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires: netifaces
