No select entity from hassio

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 }}”

Unfortunately there is no “select” listed, on home habit.

@Krystian_K select component from Home Assistant is not supported yet (the idea you mentioned hasn’t been resolved). That’s planned.

1 Like

Support for select component has been added in 35.0 release.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.