homelab-codex-ws/scripts/ha/tests/fixtures/api_states.json

40 lines
748 B
JSON
Raw Normal View History

[
{
"entity_id": "automation.morning_lights",
"state": "on",
"attributes": {
"id": "111",
"friendly_name": "Morning lights"
}
},
{
"entity_id": "automation.legacy_yaml_automation",
"state": "on",
"attributes": {
"friendly_name": "Legacy YAML automation (no storage id)"
}
},
{
"entity_id": "script.demo_script",
"state": "off",
"attributes": {
"friendly_name": "Demo script"
}
},
{
"entity_id": "scene.demo_scene",
"state": "scening",
"attributes": {
"id": "222",
"friendly_name": "Demo scene"
}
},
{
"entity_id": "input_boolean.on_leave",
"state": "off",
"attributes": {
"friendly_name": "On leave"
}
}
]