core/homeassistant/components/plant/strings.json

13 lines
332 B
JSON

{
"title": "Plant Monitor",
"entity_component": {
"_": {
"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%]"
}
}
}
}