54d666d0ef
* refactor(detailed_hello_world): use custom ConfigEntry runtime_data * refactor(detailed_hello_world): add type annotations to sensor setup |
||
---|---|---|
.. | ||
translations | ||
README.md | ||
__init__.py | ||
config_flow.py | ||
const.py | ||
cover.py | ||
hub.py | ||
manifest.json | ||
sensor.py | ||
strings.json |
README.md
More "Level 2" Comprehensive async Push Integration Example
This example aims to show the best practice for a more complete integration using push with async.
It is based on a cover, emulating battery operated roller blinds.
The example includes extensive comments (that should be removed if making a true integration), to guide you through what each field and property is for. It includes 2 sensors tied to the primary cover device.
It's all implemented using a push model in async.
This example does not cover translations.