diff --git a/configuration/automations/bathroom-lights.yaml b/configuration/automations/bathroom-lights.yaml index a352101..ad80864 100644 --- a/configuration/automations/bathroom-lights.yaml +++ b/configuration/automations/bathroom-lights.yaml @@ -40,11 +40,16 @@ - id: button-bathroom-on-off alias: '[Bathroom] Button On/Off' trigger: - - device_id: 0c23a8e92f43f628e584dc1805c6915e + - device_id: 36bf09a72c8115dd3afd832e83cf38ea domain: zha platform: device - type: remote_button_short_press - subtype: turn_on + type: remote_button_alt_short_press + subtype: button_1 + - device_id: 36bf09a72c8115dd3afd832e83cf38ea + domain: zha + platform: device + type: remote_button_alt_short_press + subtype: button_2 action: - service: script.bathroom_lights_toggle mode: single \ No newline at end of file