Add climate icon translations (#108418)
This commit is contained in:
parent
4a824284d6
commit
d3bb33bd50
1 changed files with 71 additions and 0 deletions
71
homeassistant/components/climate/icons.json
Normal file
71
homeassistant/components/climate/icons.json
Normal file
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue