23 lines
713 B
JSON
23 lines
713 B
JSON
{
|
|
"device_automation": {
|
|
"action_type": {
|
|
"turn_off": "wy\u0142\u0105cz {entity_name}",
|
|
"turn_on": "w\u0142\u0105cz {entity_name}"
|
|
},
|
|
"condition_type": {
|
|
"is_off": "wentylator {entity_name} jest wy\u0142\u0105czony",
|
|
"is_on": "wentylator {entity_name} jest w\u0142\u0105czony"
|
|
},
|
|
"trigger_type": {
|
|
"turned_off": "nast\u0105pi wy\u0142\u0105czenie {entity_name}",
|
|
"turned_on": "nast\u0105pi w\u0142\u0105czenie {entity_name}"
|
|
}
|
|
},
|
|
"state": {
|
|
"_": {
|
|
"off": "wy\u0142\u0105czony",
|
|
"on": "w\u0142\u0105czony"
|
|
}
|
|
},
|
|
"title": "Wentylator"
|
|
} |