mirror of
https://github.com/elisspace/core.git
synced 2026-09-20 01:31:36 +00:00
* add device condition support to the cover integration * remove TODO comment * add strings.json
10 lines
281 B
JSON
10 lines
281 B
JSON
{
|
|
"device_automation": {
|
|
"condition_type": {
|
|
"is_open": "{entity_name} is open",
|
|
"is_closed": "{entity_name} is closed",
|
|
"is_opening": "{entity_name} is opening",
|
|
"is_closing": "{entity_name} is closing"
|
|
}
|
|
}
|
|
} |