Skip to content

Commit

Permalink
keypad button press automation example
Browse files Browse the repository at this point in the history
  • Loading branch information
JonGilmore committed Nov 6, 2019
1 parent 7a65847 commit e3298f6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions source/_integrations/lutron.markdown
Expand Up @@ -73,3 +73,18 @@ After setup, scenes will appear in Home Assistant using the area, keypad and but
## Occupancy Sensors

Any configured Powr Savr occuancy sensors will be added as occupancy binary sensors. Lutron reports occupancy for an area, rather than reporting individual sensors. Sensitivity and timeouts are controlled on the sensors themselves, not in software.

## Example Automations
``` yaml
- alias: "keypad button pressed notification"
trigger:
- platform: event
event_type: lutron_event
event_data:
id: office_pico_on
action: single
action:
- service: notify.telegram
data_template:
message: "pico just turned on!"
```

0 comments on commit e3298f6

Please sign in to comment.