Remove default value of async_add_entities in devolo Home Control (#64574)

This commit is contained in:
Guido Schmitz 2022-01-20 20:34:41 +01:00 committed by GitHub
parent 6f631c542c
commit 8b99adc1dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

@ -44,7 +44,7 @@ async def async_setup_entry(
)
)
async_add_entities(entities, False)
async_add_entities(entities)
class DevoloClimateDeviceEntity(DevoloMultiLevelSwitchDeviceEntity, ClimateEntity):