Minor issue and purely cosmetic, but I have a group that displays input_boolean and input_select, the input_boolean icons show up fine… the input_select however, does not.
I guess I’m missing something?
input_boolean.yaml:
---
automation_override:
name: Disable Automation
icon: mdi:stop
initial: off
leaving_work:
name: Send leaving work notifications
icon: mdi:comment-text
vacation_mode:
name: Vacation Mode
icon: mdi:airplane-takeoff
initial: off
input_select.yaml
---
house_mode:
name: House Mode
icon: mdi-home
options:
- Morning
- Day
- Evening
- Night
initial: Day