1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-20 18:08:00 +00:00
Files
2025-10-28 10:33:10 +01:00

25 lines
460 B
JSON

{
"entity": {
"fan": {
"vesync": {
"state_attributes": {
"preset_mode": {
"state": {
"advanced_sleep": "mdi:sleep",
"auto": "mdi:fan-auto",
"pet": "mdi:paw",
"sleep": "mdi:sleep",
"turbo": "mdi:weather-tornado"
}
}
}
}
}
},
"services": {
"update_devices": {
"service": "mdi:update"
}
}
}