1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Add native ESPHome API light (#19375)

* Add esphomelib native API light

* Update

* 🚑 Lint
This commit is contained in:
Otto Winter
2018-12-17 20:49:03 +01:00
committed by GitHub
parent a158397b6d
commit c45beeef6d
2 changed files with 161 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ HA_COMPONENTS = [
'binary_sensor',
'cover',
'fan',
'light',
]
_LOGGER = logging.getLogger(__name__)