Add query data to google assistant diagnostic (#78828)
This commit is contained in:
parent
4f31f28e67
commit
924bffc7d0
3 changed files with 19 additions and 2 deletions
|
@ -80,6 +80,12 @@ async def test_diagnostics(hass: core.HomeAssistant, hass_client: Any):
|
|||
},
|
||||
],
|
||||
},
|
||||
"query": {
|
||||
"devices": {
|
||||
"switch.ac": {"on": False, "online": True},
|
||||
"switch.decorative_lights": {"on": True, "online": True},
|
||||
}
|
||||
},
|
||||
"yaml_config": {
|
||||
"expose_by_default": True,
|
||||
"exposed_domains": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue