Based on this:
I assume home habit should discover “select” entities from hassio. It looks like only “input_select” are supported.
This “select” entity comes from template/select, example below:
- select:
- name: “Ventilation Select”
state: “{{ state_attr(‘fan.comfoairq’, ‘percentage’) }}”
options: >
{{ [0, 33, 66, 100] }}
select_option:- service: fan.set_percentage
target:
entity_id: fan.comfoairq
data:
percentage: “{{ option }}”
- service: fan.set_percentage
- name: “Ventilation Select”
Unfortunately there is no “select” listed, on home habit.