mirror of
https://github.com/esphome/esphome.git
synced 2025-11-14 13:55:45 +00:00
Ensure event paths are enabled in api compile tests (#11776)
This commit is contained in:
@@ -178,6 +178,14 @@ api:
|
|||||||
- logger.log: "Skipped loops"
|
- logger.log: "Skipped loops"
|
||||||
- logger.log: "After combined test"
|
- logger.log: "After combined test"
|
||||||
|
|
||||||
|
event:
|
||||||
|
- platform: template
|
||||||
|
name: Test Event
|
||||||
|
id: test_event
|
||||||
|
event_types:
|
||||||
|
- single_click
|
||||||
|
- double_click
|
||||||
|
|
||||||
globals:
|
globals:
|
||||||
- id: api_continuation_test_counter
|
- id: api_continuation_test_counter
|
||||||
type: int
|
type: int
|
||||||
|
|||||||
Reference in New Issue
Block a user