1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/climate/strings.json
2019-12-16 09:33:11 +01:00

18 lines
602 B
JSON

{
"device_automation": {
"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"
},
"action_type": {
"set_hvac_mode": "Change HVAC mode on {entity_name}",
"set_preset_mode": "Change preset on {entity_name}"
}
}
}