hass-core/homeassistant/components/plant/strings.json
2020-04-20 16:25:35 -07:00

9 lines
207 B
JSON

{
"title": "Plant Monitor",
"state": {
"_": {
"ok": "[%key:component::binary_sensor::state::problem::off%]",
"problem": "[%key:component::binary_sensor::state::problem::on%]"
}
}
}