1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 15:12:06 +00:00

[packages] add example from documentation to component tests (#9891)

This commit is contained in:
tomaszduda23
2025-07-28 05:28:27 +02:00
committed by GitHub
parent 087970bca8
commit 5029e248eb
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
switch:
- name: ${door_name} Garage Door Switch
platform: gpio
pin: ${door_pin}
id: ${door_id}