Mqtt Select

Hi.

I am not able to get the Mqtt Select to work.

Get the following error when checking the config:

Select failure

Setup is at the moment:
config.yaml

select: !include select.yaml

select.yaml

- platform: mqtt
  name: "Husmodus"
  state_topic: "custom/select/husmodus/01"
  command_topic: "custom/select/husmodus/01/set"
  options: 
    -"Normal"
    -"Borte"
    -"Ferie"
    -"Natt"

Also have tried without seperate select.yaml file with current code in configuration.yaml file with same result:

#Select
select:
  - platform: mqtt
    name: "Test Select"
    state_topic: "custom/select/husmodus/01"
    command_topic: "custom/select/husmodus/01/set"
    options:
      - "Option 1"
      - "Option 2"

What am i doing wrong?

What version of HA are you running?

Version core-2021.6.3 installed on a odroid n2+

The Select integration was released as part of 2021.7. You will need to upgrade.

1 Like

Thanks. Dont know how i missed that.