Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup!…
Browse files Browse the repository at this point in the history
… fixup! Reorganize switches around
  • Loading branch information
Chris-V committed Jul 21, 2024
1 parent d233ef6 commit a6c7ffc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blueprints/automation/zwave/paddle_scenes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,13 @@ trigger_variables:

trigger:
- platform: state
enabled: "{{ on_entity_id != None }}"
enabled: "{{ not on_entity_id is None }}"
entity_id: !input on_entity_id
- platform: state
enabled: "{{ off_entity_id != None }}"
enabled: "{{ not off_entity_id is None }}"
entity_id: !input off_entity_id
- platform: state
enabled: "{{ favorite_entity_id != None }}"
enabled: "{{ not favorite_entity_id is None }}"
entity_id: !input favorite_entity_id

variables:
Expand Down

0 comments on commit a6c7ffc

Please sign in to comment.