1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-03 16:20:40 +00:00
Files
core/homeassistant/components/control4/icons.json
2026-02-06 14:11:18 +01:00

16 lines
231 B
JSON

{
"entity": {
"climate": {
"thermostat": {
"state_attributes": {
"fan_mode": {
"state": {
"circulate": "mdi:fan-clock"
}
}
}
}
}
}
}