mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
13 lines
246 B
JSON
13 lines
246 B
JSON
{
|
|
"title": "Input boolean",
|
|
"entity_component": {
|
|
"_": {
|
|
"name": "[%key:component::input_boolean::title%]",
|
|
"state": {
|
|
"off": "[%key:common::state::off%]",
|
|
"on": "[%key:common::state::on%]"
|
|
}
|
|
}
|
|
}
|
|
}
|