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:
Greg Dowling 2021-02-05 12:20:15 +00:00 committed by GitHub
parent 2a0c36589f
commit e01ca40d56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 20 additions and 8 deletions

View file

@ -32,7 +32,8 @@ async def async_setup_entry(
[
VeraLight(device, controller_data)
for device in controller_data.devices.get(PLATFORM_DOMAIN)
]
],
True,
)