#Home Assistant just updated and now only
1 messages ยท Page 1 of 1 (latest)
Line 10-14:
frontend:
themes: !include themes.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
strange. When I look at my own configuration.yaml, themes, automation, script, scene etc are not part of frontend. no indent
my frontend section is lower in the file.
https://gist.github.com/fuzzysteve/a43b69de6dc290ace41b7fb8f2fba495 is cut down a bunch, but you can see the way the indent is done
in the txt you linked; "themes" is indented
wait, yes. sorry. But the rest isn't
but the way mine is current is the same way its been for almost a year
I'd suggest, just anyway, trying moving them last three back down to no indent. Themes is a directive for frontend. the rest aren't
what's the worst that happens? it continues not working? ๐
copy the file (so you can revert easily) then edit the original
https://gist.github.com/mB-PiBox/1d6ded7f380cd6bf9f5446ed5b00e784
The only thing that seems to have changed in the config is some junk HA added about media_dirs and "customize:" which seems to be commented out.. I didn't add those things there.
I made the change; the "check configuration" in dev tools still gives the same error.
so you changed it to look like https://gist.github.com/fuzzysteve/d768e844c752cece81b7fa65ae5b894f and it's still complaining about frontend->frontend->automation ?
Yeah, but there is a space between themes and automation
but no indent on automations, scripts, scene (even though it wasn't complaining about scripts or scenes)
I removed the entire frontend section.. saved the config, restarted, went back to safe mode, added the frontend section back.. w/ the automations, scenes, scripts not indented (above frontend this time) and it seems to have worked.. at least its not complaining about it..
But instead its complaining about the "command_line" section now..
I made the changes to the "command_line:" yesterday because of an update to HA, that said I had to change it.. and it saved, rebooted without issues..
the platform mqtt_room bit? Is that part of command_line?
It was previously ๐คท๐ผโโ๏ธ That stuff was added by ESP Presence
I'm not sure what changed all of a sudden.. those mqttt_room have been there for months; even shows my phone/watch as at home on the dashboard
I can't find any documentation on the ESPresense side of any necessary changes.
you had 3 sensors before, in a sensors: bit. One of those was a command_line sensor. When you rewrote the config for the command_line, you put all your sensors into it, not just that single command_line sensor
Ah, makes sense.. As I don't recall them having any spaces between them, so thought they were all to be together.