mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-10 19:57:49 +01:00
Update packages.rst to fix example (#4484)
Example for multiple garage doors was invalid, updated to use correct logic.
This commit is contained in:
parent
effd97c630
commit
35fe54f434
@ -128,8 +128,12 @@ As an example, if the configuration needed to support three garage doors using t
|
||||
file: garage-door.yaml
|
||||
vars:
|
||||
door_name: Left
|
||||
middle_garage_door: !include
|
||||
file: garage-door.yaml
|
||||
vars:
|
||||
door_name: Middle
|
||||
right_garage_door: !include
|
||||
file: garage-door.yaml
|
||||
vars:
|
||||
door_name: Right
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user