1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/plant/strings.json
2023-03-16 21:10:20 +01:00

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