Hi,
I can’t get this to work. I am sure it’s very simple but i get stuck trying to get to get it working.
I have a scene switcher with 4 buttons, which i want to use the upper left to open left garage door and bottom left to close the left garage door and so on.
Am i right that this needs to be done with choose?
I can easily add the 4 triggers, but can not find those triggers in the chose conditions.
description: ""
mode: single
trigger:
- platform: device
domain: mqtt
device_id: 1a7bc0f10179a938b2325fec11a3be7a
type: action
subtype: 1_single
discovery_id: 0x847127fffee7aeb3 action_1_single
- platform: device
domain: mqtt
device_id: 1a7bc0f10179a938b2325fec11a3be7a
type: action
subtype: 2_single
discovery_id: 0x847127fffee7aeb3 action_2_single
- platform: device
domain: mqtt
device_id: 1a7bc0f10179a938b2325fec11a3be7a
type: action
subtype: 3_single
discovery_id: 0x847127fffee7aeb3 action_3_single
- platform: device
domain: mqtt
device_id: 1a7bc0f10179a938b2325fec11a3be7a
type: action
subtype: 4_single
discovery_id: 0x847127fffee7aeb3 action_4_single
condition: []
action:
- choose:
- conditions:
- condition: state
entity_id: sensor.garage_doors_switch_front_door_action
state: ""
sequence: []
Any help here or a pointer in the right direction would be appreciated!
Thanks!