mirror of
https://github.com/Andre0512/hon.git
synced 2026-06-19 19:26:54 +02:00
Change poll to push
This commit is contained in:
@@ -120,7 +120,6 @@ async def async_setup_entry(
|
||||
entity = HonClimateEntity(hass, entry, device, description)
|
||||
else:
|
||||
continue # type: ignore[unreachable]
|
||||
await entity.coordinator.async_config_entry_first_refresh()
|
||||
entities.append(entity)
|
||||
async_add_entities(entities)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user