v0.9.9
This commit is contained in:
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"id": "unoccupied_shutdown",
|
||||
"category": "energy",
|
||||
"name": {
|
||||
"pl": "Wyłącz podczas nieobecności",
|
||||
"en": "Shut down while away"
|
||||
},
|
||||
"description": {
|
||||
"pl": "W godzinach dziennych wyłącza grupę lub strefę, gdy wskazana osoba jest poza domem.",
|
||||
"en": "During daytime hours, turns off a group or zone when the selected person is away."
|
||||
},
|
||||
"flow": {
|
||||
"nodes": [
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000077",
|
||||
"kind": "ha_state",
|
||||
"x": 35,
|
||||
"y": 70,
|
||||
"config": {
|
||||
"entity_id": "person.someone",
|
||||
"operator": "eq",
|
||||
"value": "not_home"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000078",
|
||||
"kind": "time_range",
|
||||
"x": 35,
|
||||
"y": 190,
|
||||
"config": {
|
||||
"start": "09:00",
|
||||
"end": "16:00"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000079",
|
||||
"kind": "logic_and",
|
||||
"x": 310,
|
||||
"y": 130,
|
||||
"config": {}
|
||||
},
|
||||
{
|
||||
"id": "node-00000000-0000-4000-8000-000000000080",
|
||||
"kind": "group_action",
|
||||
"x": 565,
|
||||
"y": 130,
|
||||
"config": {
|
||||
"group_id": "$group1",
|
||||
"power": false,
|
||||
"mode": "",
|
||||
"preset": "",
|
||||
"setpoint": 21,
|
||||
"cooldown_seconds": 300
|
||||
}
|
||||
}
|
||||
],
|
||||
"edges": [
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000081",
|
||||
"from": "node-00000000-0000-4000-8000-000000000077",
|
||||
"to": "node-00000000-0000-4000-8000-000000000079"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000082",
|
||||
"from": "node-00000000-0000-4000-8000-000000000078",
|
||||
"to": "node-00000000-0000-4000-8000-000000000079"
|
||||
},
|
||||
{
|
||||
"id": "edge-00000000-0000-4000-8000-000000000083",
|
||||
"from": "node-00000000-0000-4000-8000-000000000079",
|
||||
"to": "node-00000000-0000-4000-8000-000000000080"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user