Newbie - handling configuration.yaml - Home Assistent goes down
It has made me very difficult to get my first configuration in the air, but with some forum help, I have managed to get a Sonoff Switch to work.
Now I try to add things to my configuration.yaml. It’s not that good.
My equipment is a Raspberry Pi with Hassbian 1.23 and a Windows PC
Have installed Samba so I can access my configuration.yaml from Notepad ++.
Just to try something I would like to add something to configuration.yaml.
There is a weather section
# Weather Prediction
sensor:
- platform: yr
If I only add two lines, and restart via Putty with Sudo reboot, HA will not get back into the air.
Do I use Reboot from Configuration, the system sends a message: Why does not it work?
Instruction from link below:
# Weather Prediction
sensor:
- platform: yr
monitored_conditions:
- temperature
After I add this, I perform a sudo reboot. But then HA does not come in the air.
I remove the lines again, then run it again.
Can I not use Notepad ++, or what’s wrong, can not figure it out? ? ? Very frustrating.