mirror of
https://github.com/home-assistant/core.git
synced 2026-03-04 00:30:26 +00:00
87 lines
5.4 KiB
JSON
87 lines
5.4 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"presets": {
|
|
"data": {
|
|
"activity_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::activity%]",
|
|
"away_temp": "[%key:common::state::not_home%]",
|
|
"comfort_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::comfort%]",
|
|
"eco_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::eco%]",
|
|
"home_temp": "[%key:common::state::home%]",
|
|
"sleep_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::sleep%]"
|
|
},
|
|
"title": "Temperature presets"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"ac_mode": "Cooling mode",
|
|
"cold_tolerance": "Cold tolerance",
|
|
"heater": "Actuator switch",
|
|
"hot_tolerance": "Hot tolerance",
|
|
"keep_alive": "Keep-alive interval",
|
|
"max_temp": "Maximum target temperature",
|
|
"min_cycle_duration": "Minimum cycle duration",
|
|
"min_temp": "Minimum target temperature",
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
"target_sensor": "Temperature sensor"
|
|
},
|
|
"data_description": {
|
|
"ac_mode": "Set the actuator specified to be treated as a cooling device instead of a heating device.",
|
|
"cold_tolerance": "Minimum amount of difference between the temperature read by the temperature sensor the target temperature that must change prior to being switched on. For example, if the target temperature is 25 and the tolerance is 0.5 the heater will start when the sensor goes below 24.5.",
|
|
"heater": "Switch entity used to cool or heat depending on A/C mode.",
|
|
"hot_tolerance": "Minimum amount of difference between the temperature read by the temperature sensor the target temperature that must change prior to being switched off. For example, if the target temperature is 25 and the tolerance is 0.5 the heater will stop when the sensor equals or goes above 25.5.",
|
|
"keep_alive": "Trigger the heater periodically to keep devices from losing state. When set, min cycle duration is ignored.",
|
|
"min_cycle_duration": "Set a minimum amount of time that the switch specified must be in its current state prior to being switched either off or on.",
|
|
"target_sensor": "Temperature sensor that reflects the current temperature."
|
|
},
|
|
"description": "Create a climate entity that controls the temperature via a switch and sensor.",
|
|
"title": "Create generic thermostat"
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"ac_mode": "[%key:component::generic_thermostat::config::step::user::data::ac_mode%]",
|
|
"cold_tolerance": "[%key:component::generic_thermostat::config::step::user::data::cold_tolerance%]",
|
|
"heater": "[%key:component::generic_thermostat::config::step::user::data::heater%]",
|
|
"hot_tolerance": "[%key:component::generic_thermostat::config::step::user::data::hot_tolerance%]",
|
|
"keep_alive": "[%key:component::generic_thermostat::config::step::user::data::keep_alive%]",
|
|
"max_temp": "[%key:component::generic_thermostat::config::step::user::data::max_temp%]",
|
|
"min_cycle_duration": "[%key:component::generic_thermostat::config::step::user::data::min_cycle_duration%]",
|
|
"min_temp": "[%key:component::generic_thermostat::config::step::user::data::min_temp%]",
|
|
"target_sensor": "[%key:component::generic_thermostat::config::step::user::data::target_sensor%]"
|
|
},
|
|
"data_description": {
|
|
"ac_mode": "[%key:component::generic_thermostat::config::step::user::data_description::ac_mode%]",
|
|
"cold_tolerance": "[%key:component::generic_thermostat::config::step::user::data_description::cold_tolerance%]",
|
|
"heater": "[%key:component::generic_thermostat::config::step::user::data_description::heater%]",
|
|
"hot_tolerance": "[%key:component::generic_thermostat::config::step::user::data_description::hot_tolerance%]",
|
|
"keep_alive": "[%key:component::generic_thermostat::config::step::user::data_description::keep_alive%]",
|
|
"min_cycle_duration": "[%key:component::generic_thermostat::config::step::user::data_description::min_cycle_duration%]",
|
|
"target_sensor": "[%key:component::generic_thermostat::config::step::user::data_description::target_sensor%]"
|
|
}
|
|
},
|
|
"presets": {
|
|
"data": {
|
|
"activity_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::activity%]",
|
|
"away_temp": "[%key:common::state::not_home%]",
|
|
"comfort_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::comfort%]",
|
|
"eco_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::eco%]",
|
|
"home_temp": "[%key:common::state::home%]",
|
|
"sleep_temp": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::sleep%]"
|
|
},
|
|
"title": "[%key:component::generic_thermostat::config::step::presets::title%]"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"reload": {
|
|
"description": "Reloads generic thermostats from the YAML-configuration.",
|
|
"name": "[%key:common::action::reload%]"
|
|
}
|
|
},
|
|
"title": "Generic thermostat"
|
|
}
|