22 lines
609 B
JSON
22 lines
609 B
JSON
{
|
|
"device_automation": {
|
|
"condition_type": {
|
|
"is_idle": "{entity_name} ist unt\u00e4tig",
|
|
"is_off": "{entity_name} ist ausgeschaltet",
|
|
"is_on": "{entity_name} ist eingeschaltet",
|
|
"is_paused": "{entity_name} ist pausiert",
|
|
"is_playing": "{entity_name} spielt"
|
|
}
|
|
},
|
|
"state": {
|
|
"_": {
|
|
"idle": "Unt\u00e4tig",
|
|
"off": "Aus",
|
|
"on": "An",
|
|
"paused": "Pausiert",
|
|
"playing": "Spielt",
|
|
"standby": "Standby"
|
|
}
|
|
},
|
|
"title": "Mediaplayer"
|
|
} |