mirror of
https://github.com/home-assistant/core.git
synced 2026-02-05 14:55:35 +01:00
62 lines
1.9 KiB
JSON
62 lines
1.9 KiB
JSON
{
|
|
"entity_component": {
|
|
"_": {
|
|
"name": "[%key:component::input_number::title%]",
|
|
"state_attributes": {
|
|
"editable": {
|
|
"name": "[%key:common::generic::ui_managed%]",
|
|
"state": {
|
|
"false": "[%key:common::state::no%]",
|
|
"true": "[%key:common::state::yes%]"
|
|
}
|
|
},
|
|
"initial": {
|
|
"name": "Initial value"
|
|
},
|
|
"max": {
|
|
"name": "[%key:component::number::entity_component::_::state_attributes::max::name%]"
|
|
},
|
|
"min": {
|
|
"name": "[%key:component::number::entity_component::_::state_attributes::min::name%]"
|
|
},
|
|
"mode": {
|
|
"name": "[%key:component::number::entity_component::_::state_attributes::mode::name%]",
|
|
"state": {
|
|
"auto": "[%key:component::number::entity_component::_::state_attributes::mode::state::auto%]",
|
|
"box": "[%key:component::number::entity_component::_::state_attributes::mode::state::box%]",
|
|
"slider": "[%key:component::number::entity_component::_::state_attributes::mode::state::slider%]"
|
|
}
|
|
},
|
|
"step": {
|
|
"name": "[%key:component::number::entity_component::_::state_attributes::step::name%]"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"decrement": {
|
|
"description": "Decrements the value of an input number by 1 step.",
|
|
"name": "Decrement"
|
|
},
|
|
"increment": {
|
|
"description": "Increments the value of an input number by 1 step.",
|
|
"name": "Increment"
|
|
},
|
|
"reload": {
|
|
"description": "Reloads helpers from the YAML-configuration.",
|
|
"name": "[%key:common::action::reload%]"
|
|
},
|
|
"set_value": {
|
|
"description": "Sets the value of an input number.",
|
|
"fields": {
|
|
"value": {
|
|
"description": "The target value.",
|
|
"name": "Value"
|
|
}
|
|
},
|
|
"name": "Set"
|
|
}
|
|
},
|
|
"title": "Input number"
|
|
}
|