#MOES smart knob brightness control

1 messages · Page 1 of 1 (latest)

rare pivot
#
description: ""
trigger:
  - device_id: 4ed125ba5e5296bb05ce78539d1a5bec
    domain: zha
    platform: device
    type: device_rotated
    subtype: left
    id: left
  - device_id: 4ed125ba5e5296bb05ce78539d1a5bec
    domain: zha
    platform: device
    type: device_rotated
    subtype: right
    id: right
condition: []
action:
  - choose:
      - conditions:
          - condition: trigger
            id:
              - right
        sequence:
          - device_id: dd67c456f552375596e4a22b9a8f19a1
            domain: light
            entity_id: 333e67181c5c3f1556a0814c4e038551
            type: brightness_increase
          - device_id: 9aa258d9368fc4579c41bc169d920007
            domain: light
            entity_id: efa50edf2998cdd45ff3d1ca0dde699e
            type: brightness_increase
      - conditions:
          - condition: trigger
            id:
              - left
        sequence:
          - device_id: dd67c456f552375596e4a22b9a8f19a1
            domain: light
            entity_id: 333e67181c5c3f1556a0814c4e038551
            type: brightness_decrease
          - device_id: 9aa258d9368fc4579c41bc169d920007
            domain: light
            entity_id: efa50edf2998cdd45ff3d1ca0dde699e
            type: brightness_decrease
mode: single
#

this is the automation I have currently setup, need to adjust the percentage of brightness to increment of 35% with each step.

#

and this is the automaton created by it look like