core/homeassistant/components/climate/strings.json

30 lines
849 B
JSON
Raw Normal View History

2019-11-07 12:44:59 +00:00
{
"title": "Climate",
2019-11-07 12:44:59 +00:00
"device_automation": {
2019-12-16 08:33:11 +00:00
"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_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}"
}
2020-04-20 23:25:35 +00:00
},
"state": {
"_": {
"off": "[%key:common::state::off%]",
"heat": "Heat",
"cool": "Cool",
"heat_cool": "Heat/Cool",
"auto": "Auto",
"dry": "Dry",
"fan_only": "Fan only"
}
2019-11-07 12:44:59 +00:00
}
}