I copied and imported your node-red, added a button with the following: show_name: true
show_icon: true
type: button
tap_action:
action: toggle
entity: input_select.pool_colors
when I click the button I get error: Failed to call service Input_select/turn_off. Service not found.
Not sure if this was needed, but I added the following to my YAML:
input_select:
pool_colors:
name: Pool Colors
options:
- Party
- Blue
Any help would be appreciated, thanks