mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Update event prefixes (#9627)
* Update event prefixes Changed the event name prefixes and the explanation how they will be seen in Home Assistant. * Update doorbird.markdown
This commit is contained in:
parent
c2cc345f31
commit
2a9dfb67dc
@ -112,7 +112,7 @@ Events can be defined for each configured DoorBird device independently. These e
|
||||
|
||||
See [Schedules](#schedules) section below for details on how to configure schedules.
|
||||
|
||||
Event names will be prefixed by `doorbird_`. For example, the example event `somebody_pressed_the_button` will be seen in Home Assistant as `doorbird_somebody_pressed_the_button`. This is to prevent conflicts with other events.
|
||||
Event names will be prefixed by `doorbird_devicename`. For example, the example event `somebody_pressed_the_button` for the device 'Driveway Gate' will be seen in Home Assistant as `doorbird_driveway_gate_somebody_pressed_the_button`. This is to prevent conflicts with other events.
|
||||
|
||||
See [Automation Example](#automation_example) section below for details on how to use the event names in an automation.
|
||||
|
||||
@ -167,7 +167,7 @@ Remember to complete the schedule assignment steps above for each event type tha
|
||||
- alias: Doorbird Ring
|
||||
trigger:
|
||||
platform: event
|
||||
event_type: doorbird_somebody_pressed_the_button
|
||||
event_type: doorbird_driveway_gate_somebody_pressed_the_button
|
||||
action:
|
||||
service: light.turn_on
|
||||
entity_id: light.side_entry_porch
|
||||
|
Loading…
x
Reference in New Issue
Block a user