20 lines
784 B
JSON
20 lines
784 B
JSON
{
|
|
"device_automation": {
|
|
"condition_type": {
|
|
"is_closed": "{entity_name} er lukket",
|
|
"is_closing": "{entity_name} lukker",
|
|
"is_open": "{entity_name} er \u00e5ben",
|
|
"is_opening": "{entity_name} \u00e5bnes",
|
|
"is_position": "Aktuel {entity_name} position er",
|
|
"is_tilt_position": "Aktuel {entity_name} vippeposition er"
|
|
},
|
|
"trigger_type": {
|
|
"closed": "{entity_name} lukket",
|
|
"closing": "{entity_name} lukning",
|
|
"opened": "{entity_name} \u00e5bnet",
|
|
"opening": "{entity_name} \u00e5bning",
|
|
"position": "{entity_name} position \u00e6ndres",
|
|
"tilt_position": "{entity_name} vippeposition \u00e6ndres"
|
|
}
|
|
}
|
|
} |