Remove default value of async_add_entities in devolo Home Control (#64574)
This commit is contained in:
parent
6f631c542c
commit
8b99adc1dc
6 changed files with 6 additions and 6 deletions
|
@ -44,7 +44,7 @@ async def async_setup_entry(
|
|||
)
|
||||
)
|
||||
|
||||
async_add_entities(entities, False)
|
||||
async_add_entities(entities)
|
||||
|
||||
|
||||
class DevoloClimateDeviceEntity(DevoloMultiLevelSwitchDeviceEntity, ClimateEntity):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue