cameronkelley28

Ecosmart Hass Automation

Jan 19th, 2020
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.33 KB | None | 0 0
  1. - id: '1579270752305'
  2.   alias: Kitchen Lights - Toggle
  3.   description: ST Remote 1
  4.   trigger:
  5.   - event_data:
  6.       component_id: button1
  7.       name: Remote 1
  8.       value: pushed
  9.     event_type: smartthings.button
  10.     platform: event
  11.   condition: []
  12.   action:
  13.   - entity_id: light.kitchen_lights
  14.     service: light.toggle
Add Comment
Please, Sign In to add comment