22 lines
625 B
JSON
22 lines
625 B
JSON
{
|
|
"device_automation": {
|
|
"condition_type": {
|
|
"is_idle": "{entity_name} er inaktiv",
|
|
"is_off": "{entity_name} er slukket",
|
|
"is_on": "{entity_name} er t\u00e6ndt",
|
|
"is_paused": "{entity_name} er sat p\u00e5 pause",
|
|
"is_playing": "{entity_name} afspiller"
|
|
}
|
|
},
|
|
"state": {
|
|
"_": {
|
|
"idle": "Inaktiv",
|
|
"off": "Slukket",
|
|
"on": "T\u00e6ndt",
|
|
"paused": "Sat p\u00e5 pause",
|
|
"playing": "Afspiller",
|
|
"standby": "Standby"
|
|
}
|
|
},
|
|
"title": "Medieafspiller"
|
|
} |