mirror of
https://github.com/home-assistant/core.git
synced 2026-03-04 00:30:26 +00:00
12 lines
276 B
JSON
12 lines
276 B
JSON
{
|
|
"device_automation": {
|
|
"condition_type": {
|
|
"is_on": "{entity_name} is on",
|
|
"is_off": "{entity_name} is off",
|
|
"is_idle": "{entity_name} is idle",
|
|
"is_paused": "{entity_name} is paused",
|
|
"is_playing": "{entity_name} is playing"
|
|
}
|
|
}
|
|
}
|