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

29 lines
951 B
JSON
Raw Normal View History

2019-11-08 00:32:12 +00:00
{
"device_automation": {
"action_type": {
"set_hvac_mode": "Change HVAC mode on {entity_name}",
"set_preset_mode": "Change preset on {entity_name}"
},
2019-12-17 00:32:23 +00:00
"condition_type": {
2019-11-08 00:32:12 +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"
},
"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"
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"auto": "Auto",
"cool": "Cool",
"dry": "Dry",
"fan_only": "Fan only",
"heat": "Heat",
"heat_cool": "Heat/Cool",
"off": "Off"
}
},
2020-04-16 20:00:10 +00:00
"title": "Climate"
2019-11-08 00:32:12 +00:00
}