1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-20 00:35:44 +00:00

Ensure event paths are enabled in api compile tests

This commit is contained in:
J. Nick Koston
2025-11-08 09:45:44 -06:00
parent c77bb3b269
commit c2abf363b6

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