Add native ESPHome API cover (#19373)

* Add esphomelib native API cover

* Update

* 🚑 Lint
This commit is contained in:
Otto Winter 2018-12-17 20:44:47 +01:00 committed by GitHub
parent 8c67ebc143
commit a1fb6ae38f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 91 additions and 1 deletions

View file

@ -33,7 +33,8 @@ DISPATCHER_ON_STATE = 'esphome_{entry_id}_on_state'
# The HA component types this integration supports
HA_COMPONENTS = [
'sensor',
'binary_sensor'
'binary_sensor',
'cover',
]
_LOGGER = logging.getLogger(__name__)