mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
23 lines
393 B
JSON
23 lines
393 B
JSON
{
|
|
"entity": {
|
|
"fan": {
|
|
"rabbitair": {
|
|
"state_attributes": {
|
|
"preset_mode": {
|
|
"state": {
|
|
"auto": "mdi:fan-auto",
|
|
"manual": "mdi:fan",
|
|
"pollen": "mdi:flower-pollen"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"sensor": {
|
|
"air_quality": {
|
|
"default": "mdi:air-filter"
|
|
}
|
|
}
|
|
}
|
|
}
|