1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-24 03:47:14 +00:00
Files
core/homeassistant/components/fritzbox/icons.json

17 lines
287 B
JSON

{
"entity": {
"climate": {
"thermostat": {
"state_attributes": {
"preset_mode": {
"state": {
"holiday": "mdi:bag-suitcase-outline",
"summer": "mdi:radiator-off"
}
}
}
}
}
}
}