Add Reolink chime support (#122752)
This commit is contained in:
parent
f764705629
commit
8c0d9a1320
13 changed files with 549 additions and 54 deletions
|
@ -81,11 +81,9 @@ async def async_setup_entry(
|
|||
if entity_description.supported(reolink_data.host.api, channel)
|
||||
]
|
||||
entities.extend(
|
||||
[
|
||||
ReolinkHostUpdateEntity(reolink_data, entity_description)
|
||||
for entity_description in HOST_UPDATE_ENTITIES
|
||||
if entity_description.supported(reolink_data.host.api)
|
||||
]
|
||||
ReolinkHostUpdateEntity(reolink_data, entity_description)
|
||||
for entity_description in HOST_UPDATE_ENTITIES
|
||||
if entity_description.supported(reolink_data.host.api)
|
||||
)
|
||||
async_add_entities(entities)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue