Add native ESPHome API cover (#19373)
* Add esphomelib native API cover
* Update
* 🚑 Lint
This commit is contained in:
parent
8c67ebc143
commit
a1fb6ae38f
2 changed files with 91 additions and 1 deletions
|
@ -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__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue