Set a ‘Select’ input from an automation

Hi everyone,

I’m struggling to locate any information about using an automation to set the value of an entity in the ‘select’ domain.

I’ve tried calling the service to select the select input, however the entity I’m looking to control can’t be found in the list (none can).

I can control the entity from the UI, but I don’t know how to from an Automation.

Any advise greatly received!

Input select and Select entities are two different things, you must use the appropriate service call for the entity type your are trying to control.

Input Select: Select Option

Select: Select Option

How to Help us Help you: Guideline #9

1 Like

Thanks Drew,

This solved my problem!