Skip to content

Instantly share code, notes, and snippets.

@bmorton
Created May 31, 2017 06:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmorton/025aaee0edc7b6f6e56746afaf0d0ae5 to your computer and use it in GitHub Desktop.
Save bmorton/025aaee0edc7b6f6e56746afaf0d0ae5 to your computer and use it in GitHub Desktop.
- alias: Minimote Button 1 Pressed
trigger:
platform: event
event_type: zwave.scene_activated
event_data:
object_id: aeotec_dsa03202_minimote_13
scene_id: 1
action:
service: scene.turn_on
entity_id: scene.basement_normal
- alias: Minimote Button 1 Held
trigger:
platform: event
event_type: zwave.scene_activated
event_data:
object_id: aeotec_dsa03202_minimote_13
scene_id: 2
action:
service: scene.turn_on
entity_id: scene.basement_movie
- alias: Minimote Button 2 Pressed
trigger:
platform: event
event_type: zwave.scene_activated
event_data:
object_id: aeotec_dsa03202_minimote_13
scene_id: 3
action:
service: scene.turn_on
entity_id: scene.basement_bedtime
- alias: Minimote Button 2 Held
trigger:
platform: event
event_type: zwave.scene_activated
event_data:
object_id: aeotec_dsa03202_minimote_13
scene_id: 4
action:
service: scene.turn_on
entity_id: scene.basement_movie
- alias: Minimote Button 3 Pressed
trigger:
platform: event
event_type: zwave.scene_activated
event_data:
object_id: aeotec_dsa03202_minimote_13
scene_id: 5
action:
service: scene.turn_on
entity_id: scene.basement_movie
- alias: Minimote Button 3 Held
trigger:
platform: event
event_type: zwave.scene_activated
event_data:
object_id: aeotec_dsa03202_minimote_13
scene_id: 6
action:
service: light.turn_off
entity_id: group.basement
- alias: Minimote Button 4 Pressed
trigger:
platform: event
event_type: zwave.scene_activated
event_data:
object_id: aeotec_dsa03202_minimote_13
scene_id: 7
action:
service: script.toggle
entity_id: script.goal
- alias: Minimote Button 4 Held
trigger:
platform: event
event_type: zwave.scene_activated
event_data:
object_id: aeotec_dsa03202_minimote_13
scene_id: 8
action:
service: script.turn_off
entity_id: script.goal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment