mirror of
https://github.com/home-assistant/core.git
synced 2025-09-16 02:01:30 +02:00
Pass config entry to Broadlink coordinator (#149949)
This commit is contained in:
committed by
Franck Nijhof
parent
4e3309bd22
commit
dfc16d9f15
@@ -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