mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Automation example for Lutron integration (#11115)
* added automation example * added space, removed template
This commit is contained in:
parent
b1d6c55b83
commit
a84f072356
@ -73,3 +73,19 @@ 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:
|
||||
message: "pico just turned on!"
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user