mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
54 lines
1.0 KiB
JSON
54 lines
1.0 KiB
JSON
{
|
|
"entity": {
|
|
"climate": {
|
|
"homee": {
|
|
"state_attributes": {
|
|
"preset_mode": {
|
|
"state": {
|
|
"manual": "mdi:hand-back-left"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"fan": {
|
|
"homee": {
|
|
"state_attributes": {
|
|
"preset_mode": {
|
|
"state": {
|
|
"auto": "mdi:auto-mode",
|
|
"manual": "mdi:hand-back-left",
|
|
"summer": "mdi:sun-thermometer-outline"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"sensor": {
|
|
"brightness": {
|
|
"default": "mdi:brightness-5"
|
|
},
|
|
"brightness_instance": {
|
|
"default": "mdi:brightness-5"
|
|
},
|
|
"link_quality": {
|
|
"default": "mdi:signal"
|
|
},
|
|
"window_position": {
|
|
"default": "mdi:window-closed"
|
|
}
|
|
},
|
|
"switch": {
|
|
"homeegram": {
|
|
"default": "mdi:robot"
|
|
},
|
|
"manual_operation": {
|
|
"default": "mdi:hand-back-left"
|
|
},
|
|
"watchdog": {
|
|
"default": "mdi:dog"
|
|
}
|
|
}
|
|
}
|
|
}
|