# Single click - id: bedroom-button-turn-on alias: '[Bedroom] Button Turn On' mode: single trigger: - device_id: 15b083b6b5e2acb5d37fbbfbfc76281f domain: zha platform: device type: remote_button_short_press subtype: turn_on action: - service: script.bedroom_lights_on - id: bedroom-button-turn-off alias: '[Bedroom] Button Turn Off' mode: single trigger: - device_id: 15b083b6b5e2acb5d37fbbfbfc76281f domain: zha platform: device type: remote_button_short_press subtype: turn_off action: - service: script.bedroom_all_lights_off - id: bedroom-button-dim-up alias: '[Bedroom] Button Dim Up' mode: single trigger: - device_id: 15b083b6b5e2acb5d37fbbfbfc76281f domain: zha platform: device type: remote_button_short_press subtype: dim_up action: - service: light.turn_on data: brightness_step_pct: 10 entity_id: light.bedroom_lights - id: bedroom-button-dim-down alias: '[Bedroom] Button Dim Down' mode: single trigger: - device_id: 15b083b6b5e2acb5d37fbbfbfc76281f domain: zha platform: device type: remote_button_short_press subtype: dim_down action: - service: light.turn_on data: brightness_step_pct: -10 entity_id: light.bedroom_lights # Double click - id: bedroom-button-dim-up-double alias: '[Bedroom] Button Dim Up Double' mode: single trigger: - device_id: 15b083b6b5e2acb5d37fbbfbfc76281f domain: zha platform: device type: remote_button_double_press subtype: dim_up action: - service: light.turn_on data: brightness_pct: 90 kelvin: 3200 entity_id: light.bedroom_lights - id: bedroom-button-dim-down-double alias: '[Bedroom] Button Dim Up' mode: single trigger: - device_id: 15b083b6b5e2acb5d37fbbfbfc76281f domain: zha platform: device type: remote_button_double_press subtype: dim_down action: - service: light.turn_on data: brightness_pct: 10 kelvin: 2000 entity_id: light.bedroom_lights # Held - id: bedroom-button-turn-on-held alias: '[Bedroom] Button Blinds up' mode: single trigger: - device_id: 15b083b6b5e2acb5d37fbbfbfc76281f domain: zha platform: device type: remote_button_long_press subtype: turn_on action: - service: cover.open_cover entity_id: cover.bedroom_blinds - id: bedroom-button-turn-off-held alias: '[Bedroom] Button Blinds down' mode: single trigger: - device_id: 15b083b6b5e2acb5d37fbbfbfc76281f domain: zha platform: device type: remote_button_long_press subtype: turn_off action: - service: cover.close_cover entity_id: cover.bedroom_blinds