core/homeassistant/components/plant/strings.json

10 lines
207 B
JSON
Raw Normal View History

2020-04-20 23:25:35 +00:00
{
"title": "Plant Monitor",
"state": {
"_": {
"ok": "[%key:component::binary_sensor::state::problem::off%]",
"problem": "[%key:component::binary_sensor::state::problem::on%]"
}
}
}