core/homeassistant/components/plant/strings.json

13 lines
332 B
JSON
Raw Normal View History

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