This repository has been archived by the owner on Mar 8, 2022. It is now read-only.
Replies: 1 comment
-
Can you upload a screenshot of the configuration.yaml (cut this part only, redact any sensitive information), there's probably an indentation problem in the file, but it won't show in what you pasted, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I have all my bulb names and IP addresses
name: "Office 1"
host: 192.168.86.27
name: “Christa’s Lamp”
host: 192.168.86.26
name: “Xavier’s Lamp"
host: 192.168.86.23
name: “Office 2”
host: 192.168.86.32
name: “Wall 2”
host: 192.168.86.46
name: “Wall 1”
host: 192.168.86.20
but the .yaml file errors out
end of the stream or a document separator is expected at line 5, column 1:
- platform: wiz_light
^
If I only put one light it works fine
Can anyone point me in the correct direction?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions