2019-11-07 12:44:59 +00:00
{
2020-04-16 18:52:27 +00:00
"title" : "Climate" ,
2019-11-07 12:44:59 +00:00
"device_automation" : {
2019-12-16 08:33:11 +00:00
"condition_type" : {
2019-11-07 16:03:06 +00:00
"is_hvac_mode" : "{entity_name} is set to a specific HVAC mode" ,
"is_preset_mode" : "{entity_name} is set to a specific preset mode"
} ,
2019-11-07 15:28:45 +00:00
"trigger_type" : {
"current_temperature_changed" : "{entity_name} measured temperature changed" ,
"current_humidity_changed" : "{entity_name} measured humidity changed" ,
"hvac_mode_changed" : "{entity_name} HVAC mode changed"
} ,
2019-11-07 12:44:59 +00:00
"action_type" : {
"set_hvac_mode" : "Change HVAC mode on {entity_name}" ,
"set_preset_mode" : "Change preset on {entity_name}"
2024-06-12 12:10:02 +00:00
} ,
"extra_fields" : {
"above" : "[%key:common::device_automation::extra_fields::above%]" ,
"below" : "[%key:common::device_automation::extra_fields::below%]" ,
"for" : "[%key:common::device_automation::extra_fields::for%]" ,
"to" : "[%key:common::device_automation::extra_fields::to%]" ,
"preset_mode" : "Preset mode" ,
"hvac_mode" : "HVAC mode"
2019-11-07 12:44:59 +00:00
}
2020-04-20 23:25:35 +00:00
} ,
2023-03-16 11:16:08 +00:00
"entity_component" : {
2020-04-20 23:25:35 +00:00
"_" : {
2023-03-16 20:10:20 +00:00
"name" : "Thermostat" ,
2023-03-16 11:16:08 +00:00
"state" : {
"off" : "[%key:common::state::off%]" ,
"heat" : "Heat" ,
"cool" : "Cool" ,
"heat_cool" : "Heat/Cool" ,
"auto" : "Auto" ,
"dry" : "Dry" ,
"fan_only" : "Fan only"
2022-12-09 07:22:29 +00:00
} ,
2023-03-16 11:16:08 +00:00
"state_attributes" : {
2023-07-11 21:17:09 +00:00
"aux_heat" : {
"name" : "Aux heat"
} ,
"current_humidity" : {
"name" : "Current humidity"
} ,
"current_temperature" : {
"name" : "Current temperature"
} ,
2023-03-16 11:16:08 +00:00
"fan_mode" : {
"name" : "Fan mode" ,
"state" : {
"off" : "[%key:common::state::off%]" ,
"on" : "[%key:common::state::on%]" ,
"auto" : "Auto" ,
"low" : "Low" ,
"medium" : "Medium" ,
"high" : "High" ,
"top" : "Top" ,
"middle" : "Middle" ,
"focus" : "Focus" ,
"diffuse" : "Diffuse"
}
} ,
"fan_modes" : {
"name" : "Fan modes"
} ,
2023-07-11 21:17:09 +00:00
"humidity" : {
"name" : "Target humidity"
} ,
2023-03-16 11:16:08 +00:00
"hvac_action" : {
"name" : "Current action" ,
"state" : {
2023-07-04 11:52:01 +00:00
"off" : "[%key:common::state::off%]" ,
2023-06-16 02:16:12 +00:00
"preheating" : "Preheating" ,
2023-03-16 11:16:08 +00:00
"heating" : "Heating" ,
"cooling" : "Cooling" ,
"drying" : "Drying" ,
2023-09-12 17:44:31 +00:00
"idle" : "[%key:common::state::idle%]" ,
2023-03-16 11:16:08 +00:00
"fan" : "Fan"
}
} ,
"hvac_modes" : {
"name" : "HVAC modes"
} ,
2023-07-11 21:17:09 +00:00
"max_humidity" : {
"name" : "Max target humidity"
} ,
"max_temp" : {
"name" : "Max target temperature"
} ,
"min_humidity" : {
"name" : "Min target humidity"
} ,
"min_temp" : {
"name" : "Min target temperature"
} ,
2023-03-16 11:16:08 +00:00
"preset_mode" : {
"name" : "Preset" ,
"state" : {
"none" : "None" ,
"eco" : "Eco" ,
"away" : "Away" ,
"boost" : "Boost" ,
"comfort" : "Comfort" ,
2023-09-12 17:44:31 +00:00
"home" : "[%key:common::state::home%]" ,
2023-03-16 11:16:08 +00:00
"sleep" : "Sleep" ,
"activity" : "Activity"
}
} ,
"preset_modes" : {
"name" : "Presets"
} ,
"swing_mode" : {
"name" : "Swing mode" ,
"state" : {
"off" : "[%key:common::state::off%]" ,
"on" : "[%key:common::state::on%]" ,
"both" : "Both" ,
"vertical" : "Vertical" ,
"horizontal" : "Horizontal"
}
} ,
"swing_modes" : {
"name" : "Swing modes"
} ,
2023-07-11 21:17:09 +00:00
"target_temp_high" : {
"name" : "Upper target temperature"
} ,
"target_temp_low" : {
"name" : "Lower target temperature"
} ,
"target_temp_step" : {
"name" : "Target temperature step"
} ,
"temperature" : {
"name" : "Target temperature"
}
}
}
} ,
"services" : {
"set_aux_heat" : {
"name" : "Turn on/off auxiliary heater" ,
"description" : "Turns auxiliary heater on/off." ,
"fields" : {
"aux_heat" : {
"name" : "Auxiliary heating" ,
"description" : "New value of auxiliary heater."
}
}
} ,
"set_preset_mode" : {
"name" : "Set preset mode" ,
"description" : "Sets preset mode." ,
"fields" : {
"preset_mode" : {
"name" : "Preset mode" ,
"description" : "Preset mode."
}
}
} ,
"set_temperature" : {
"name" : "Set target temperature" ,
"description" : "Sets target temperature." ,
"fields" : {
"temperature" : {
"name" : "Temperature" ,
"description" : "Target temperature."
} ,
"target_temp_high" : {
"name" : "Target temperature high" ,
"description" : "High target temperature."
} ,
"target_temp_low" : {
"name" : "Target temperature low" ,
"description" : "Low target temperature."
} ,
"hvac_mode" : {
"name" : "HVAC mode" ,
"description" : "HVAC operation mode."
}
}
} ,
"set_humidity" : {
"name" : "Set target humidity" ,
"description" : "Sets target humidity." ,
"fields" : {
"humidity" : {
"name" : "Humidity" ,
"description" : "Target humidity."
}
}
} ,
"set_fan_mode" : {
"name" : "Set fan mode" ,
"description" : "Sets fan operation mode." ,
"fields" : {
"fan_mode" : {
"name" : "Fan mode" ,
"description" : "Fan operation mode."
}
}
} ,
"set_hvac_mode" : {
"name" : "Set HVAC mode" ,
"description" : "Sets HVAC operation mode." ,
"fields" : {
"hvac_mode" : {
"name" : "HVAC mode" ,
"description" : "HVAC operation mode."
}
}
} ,
"set_swing_mode" : {
"name" : "Set swing mode" ,
"description" : "Sets swing operation mode." ,
"fields" : {
"swing_mode" : {
"name" : "Swing mode" ,
"description" : "Swing operation mode."
}
}
} ,
"turn_on" : {
2023-07-13 02:00:05 +00:00
"name" : "[%key:common::action::turn_on%]" ,
2023-07-11 21:17:09 +00:00
"description" : "Turns climate device on."
} ,
"turn_off" : {
2023-07-13 02:00:05 +00:00
"name" : "[%key:common::action::turn_off%]" ,
2023-07-11 21:17:09 +00:00
"description" : "Turns climate device off."
2024-02-16 14:53:48 +00:00
} ,
"toggle" : {
"name" : "[%key:common::action::toggle%]" ,
"description" : "Toggles climate device, from on to off, or off to on."
2023-07-11 21:17:09 +00:00
}
} ,
"selector" : {
"hvac_mode" : {
"options" : {
"off" : "Off" ,
"auto" : "Auto" ,
"cool" : "Cool" ,
"dry" : "Dry" ,
"fan_only" : "Fan only" ,
"heat_cool" : "Heat/cool" ,
"heat" : "Heat"
2023-03-16 11:16:08 +00:00
}
2022-12-09 07:22:29 +00:00
}
2023-12-27 13:51:39 +00:00
} ,
2024-03-27 15:10:32 +00:00
"issues" : {
"deprecated_climate_aux_url_custom" : {
"title" : "The {platform} custom integration is using deprecated climate auxiliary heater" ,
"description" : "The custom integration `{platform}` implements the `is_aux_heat` property or uses the auxiliary heater methods in a subclass of ClimateEntity.\n\nPlease create a bug report at {issue_tracker}.\n\nOnce an updated version of `{platform}` is available, install it and restart Home Assistant to fix this issue."
} ,
"deprecated_climate_aux_no_url" : {
"title" : "[%key:component::climate::issues::deprecated_climate_aux_url_custom::title%]" ,
"description" : "The custom integration `{platform}` implements the `is_aux_heat` property or uses the auxiliary heater methods in a subclass of ClimateEntity.\n\nPlease report it to the author of the {platform} integration.\n\nOnce an updated version of `{platform}` is available, install it and restart Home Assistant to fix this issue."
}
} ,
2023-12-27 13:51:39 +00:00
"exceptions" : {
"not_valid_preset_mode" : {
"message" : "Preset mode {mode} is not valid. Valid preset modes are: {modes}."
} ,
"not_valid_swing_mode" : {
"message" : "Swing mode {mode} is not valid. Valid swing modes are: {modes}."
} ,
"not_valid_fan_mode" : {
"message" : "Fan mode {mode} is not valid. Valid fan modes are: {modes}."
}
2019-11-07 12:44:59 +00:00
}
}