Skip to content

Commit

Permalink
Add climate icon translations (home-assistant#108418)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jan 20, 2024
1 parent 4a82428 commit d3bb33b
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions homeassistant/components/climate/icons.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"entity_component": {
"_": {
"default": "mdi:thermostat",
"state": {
"auto": "mdi:thermostat-auto",
"cool": "mdi:snowflake",
"dry": "mdi:water-percent",
"fan_mode": "mdi:fan",
"heat": "mdi:fire",
"heat_cool": "mdi:sun-snowflake-variant",
"off": "mdi:power"
},
"state_attributes": {
"fan_mode": {
"default": "mdi:circle-medium",
"state": {
"diffuse": "mdi:weather-windy",
"focus": "mdi:target",
"high": "mdi:speedometer",
"low": "mdi:speedometer-slow",
"medium": "mdi:speedometer-medium",
"middle": "mdi:speedometer-medium",
"off": "mdi:fan-off",
"on": "mdi:fan"
}
},
"hvac_action": {
"default": "mdi:circle-medium",
"state": {
"cooling": "mdi:snowflake",
"drying": "mdi:water-percent",
"fan": "mdi:fan",
"heating": "mdi:fire",
"idle": "mdi:clock-outline",
"off": "mdi:power",
"preheating": "mdi:heat-wave"
}
},
"preset_mode": {
"default": "mdi:circle-medium",
"state": {
"activity": "mdi:motion-sensor",
"away": "mdi:account-arrow-right",
"boost": "mdi:rocket-launch",
"comfort": "mdi:sofa",
"eco": "mdi:leaf",
"home": "mdi:home",
"sleep": "mdi:bed"
}
},
"swing_mode": {
"default": "mdi:circle-medium",
"state": {
"both": "mdi:arrow-all",
"horizontal": "mdi:arrow-left-right",
"off": "mdi:arrow-oscillating-off",
"on": "mdi:arrow-oscillating",
"vertical": "mdi:arrow-up-down"
}
}
}
}
},
"services": {
"set_fan_mode": "mdi:fan",
"set_humidity": "mdi:humidity-percent",
"set_swing_mode": "mdi:arrow-oscillating",
"set_temperature": "mdi:thermometer"
}
}

0 comments on commit d3bb33b

Please sign in to comment.