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

Add some components to the new testing framework (G) (#6178)

This commit is contained in:
Keith Burzinski
2024-03-26 20:22:01 -05:00
committed by GitHub
parent 94e9476838
commit eee7146614
63 changed files with 2142 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
uart:
- id: uart_gps
tx_pin: 4
rx_pin: 5
baud_rate: 9600
parity: EVEN
gps:
time:
- platform: gps
on_time_sync:
then:
logger.log: "It's time!"