* Adds Elgato Avea integration * Revert "Adds Elgato Avea integration" This reverts commit8607a685eb
. * Adds Elgato Avea integration * Removed debug * Improved readability Co-Authored-By: Otto Winter <otto@otto-winter.com> * Adds Elgato Avea integration * Fixes for flake8 * More Fixes for flake8 * Hopefully last fixes for flake8 * Unnecessary rounding and typo removed * Duplicate calls removed * raise PlatformNotReady if communication with bulb failes * Fixes: flake8, missing import of exception and better handling of ble problems * Update requirements_all.txt Add requirements_all.txt file * Revert "Update requirements_all.txt" This reverts commit2856025ed3
. * Update requirements_all.txt * conform with snake_case naming style https://circleci.com/gh/home-assistant/home-assistant/31823 * Fixed variable rename * Unnecessary calculation removed Co-Authored-By: Otto Winter <otto@otto-winter.com> * Better Exception Handling * Changed position of import, renamed add_entities to add_devices, remove unnecessary comment * Unnecessary comments removed.
1 line
26 B
Python
1 line
26 B
Python
"""The avea component."""
|