Update packages.rst to fix example (#4484)

Example for multiple garage doors was invalid, updated to use correct logic.
This commit is contained in:
Amaery 2024-11-30 00:00:19 +00:00 committed by GitHub
parent effd97c630
commit 35fe54f434
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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