mirror of https://github.com/home-assistant/core
13 lines
332 B
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%]"
|
|
}
|
|
}
|
|
}
|
|
}
|