1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-10 20:05:48 +00:00

Ensure event paths are enabled in api compile tests (#11776)

This commit is contained in:
J. Nick Koston
2025-11-09 19:28:49 -06:00
committed by GitHub
parent fbbdad75f6
commit c17a31a8f8

View File

@@ -178,6 +178,14 @@ api:
- logger.log: "Skipped loops"
- logger.log: "After combined test"
event:
- platform: template
name: Test Event
id: test_event
event_types:
- single_click
- double_click
globals:
- id: api_continuation_test_counter
type: int