mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 16:15:08 +02:00
Pass config entry to Broadlink coordinator (#149949)
This commit is contained in:
committed by
GitHub
parent
7a6aaf667b
commit
312e590360
@@ -64,6 +64,7 @@ class BroadlinkUpdateManager(ABC, Generic[_ApiT]):
|
||||
device.hass,
|
||||
_LOGGER,
|
||||
name=f"{device.name} ({device.api.model} at {device.api.host[0]})",
|
||||
config_entry=device.config,
|
||||
update_method=self.async_update,
|
||||
update_interval=self.SCAN_INTERVAL,
|
||||
)
|
||||
|
Reference in New Issue
Block a user