Add storage for cacheable homekit entity maps. (#23191)

This commit is contained in:
Jc2k 2019-04-18 16:55:34 +01:00 committed by Paulus Schoutsen
parent f57191e8dd
commit 4ac9a2e9de
9 changed files with 373 additions and 29 deletions

View file

@ -249,6 +249,7 @@ async def device_config_changed(hass, accessories):
# Wait for services to reconfigure
await hass.async_block_till_done()
await hass.async_block_till_done()
async def setup_test_component(hass, services, capitalize=False, suffix=None):