Force Vera refresh after starting subscription (#46001)
* Force vera refresh after starting subscription. * Request refresh on device load. * Update init test.
This commit is contained in:
parent
2a0c36589f
commit
e01ca40d56
9 changed files with 20 additions and 8 deletions
|
@ -32,7 +32,8 @@ async def async_setup_entry(
|
|||
[
|
||||
VeraLight(device, controller_data)
|
||||
for device in controller_data.devices.get(PLATFORM_DOMAIN)
|
||||
]
|
||||
],
|
||||
True,
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue