core/homeassistant/components/climate/translations/en.json

29 lines
951 B
JSON

{
"device_automation": {
"action_type": {
"set_hvac_mode": "Change HVAC mode on {entity_name}",
"set_preset_mode": "Change preset on {entity_name}"
},
"condition_type": {
"is_hvac_mode": "{entity_name} is set to a specific HVAC mode",
"is_preset_mode": "{entity_name} is set to a specific preset mode"
},
"trigger_type": {
"current_humidity_changed": "{entity_name} measured humidity changed",
"current_temperature_changed": "{entity_name} measured temperature changed",
"hvac_mode_changed": "{entity_name} HVAC mode changed"
}
},
"state": {
"_": {
"auto": "Auto",
"cool": "Cool",
"dry": "Dry",
"fan_only": "Fan only",
"heat": "Heat",
"heat_cool": "Heat/Cool",
"off": "Off"
}
},
"title": "Climate"
}