core/homeassistant/components/vesync/icons.json

24 lines
415 B
JSON

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