You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
390 B
15 lines
390 B
###################################
|
|
## Press an [Amazon Dash Buttons](http://amzn.to/2dPKZhM) and then stuff happens.
|
|
###################################
|
|
|
|
- alias: 'Toggle Office Light on/off'
|
|
trigger:
|
|
- platform: event
|
|
event_type: brooklyn_dash
|
|
- platform: event
|
|
event_type: simplehuman_dash
|
|
|
|
action:
|
|
- service: light.toggle
|
|
entity_id: light.office_lamp
|