Files
core/homeassistant/components/cover/strings.json
T
Moritz Fey 96c0ad302f add device conditions for platform cover (#27544)
* add device condition support to the cover integration

* remove TODO comment

* add strings.json
2019-10-12 13:08:45 -07:00

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"
}
}
}