1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Event entity support (#6451)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
David Friedland
2024-04-23 19:35:26 -07:00
committed by GitHub
parent b03d0f37a4
commit c531a528f0
41 changed files with 792 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
event:
- platform: template
name: Event
id: some_event
event_types:
- template_event_type1
- template_event_type2
on_event:
- logger.log: Event fired

View File

@@ -0,0 +1,9 @@
event:
- platform: template
name: Event
id: some_event
event_types:
- template_event_type1
- template_event_type2
on_event:
- logger.log: Event fired

View File

@@ -0,0 +1,9 @@
event:
- platform: template
name: Event
id: some_event
event_types:
- template_event_type1
- template_event_type2
on_event:
- logger.log: Event fired

View File

@@ -0,0 +1,9 @@
event:
- platform: template
name: Event
id: some_event
event_types:
- template_event_type1
- template_event_type2
on_event:
- logger.log: Event fired

View File

@@ -0,0 +1,9 @@
event:
- platform: template
name: Event
id: some_event
event_types:
- template_event_type1
- template_event_type2
on_event:
- logger.log: Event fired

View File

@@ -0,0 +1,9 @@
event:
- platform: template
name: Event
id: some_event
event_types:
- template_event_type1
- template_event_type2
on_event:
- logger.log: Event fired