1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/overkiz/icons.json
2025-10-28 10:33:10 +01:00

47 lines
1.1 KiB
JSON

{
"entity": {
"climate": {
"overkiz": {
"state_attributes": {
"preset_mode": {
"state": {
"auto": "mdi:thermostat-auto",
"comfort-1": "mdi:thermometer",
"comfort-2": "mdi:thermometer-low",
"drying": "mdi:hair-dryer",
"external": "mdi:remote",
"frost_protection": "mdi:snowflake",
"prog": "mdi:clock-outline"
}
}
}
}
},
"select": {
"active_zones": {
"default": "mdi:shield-lock"
},
"memorized_simple_volume": {
"default": "mdi:volume-medium",
"state": {
"highest": "mdi:volume-high",
"standard": "mdi:volume-medium"
}
},
"open_closed_partial": {
"default": "mdi:content-save-cog"
},
"open_closed_pedestrian": {
"default": "mdi:content-save-cog"
},
"operating_mode": {
"default": "mdi:sun-snowflake",
"state": {
"cooling": "mdi:snowflake",
"heating": "mdi:heat-wave"
}
}
}
}
}