mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Add query data to google assistant diagnostic (#78828)
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user