#Home Assistant just updated and now only

1 messages ยท Page 1 of 1 (latest)

pliant minnow
#

Line 10-14:
frontend:
themes: !include themes.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

lime bolt
#

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.

pliant minnow
#

in the txt you linked; "themes" is indented

lime bolt
#

wait, yes. sorry. But the rest isn't

pliant minnow
#

but the way mine is current is the same way its been for almost a year

lime bolt
#

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

pliant minnow
pliant minnow
lime bolt
pliant minnow
#

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)

lime bolt
#

That is bizarre.

#

if you change the order of automation and script, same error?

pliant minnow
#

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

lime bolt
#

the platform mqtt_room bit? Is that part of command_line?

pliant minnow
#

It was previously ๐Ÿคท๐Ÿผโ€โ™‚๏ธ That stuff was added by ESP Presence

lime bolt
#

ahh, that's not right

#

those should be under a sensor: of their own

pliant minnow
#

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

lime bolt
#

something like that

pliant minnow
#

I can't find any documentation on the ESPresense side of any necessary changes.

lime bolt
#

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

pliant minnow
#

Ah, makes sense.. As I don't recall them having any spaces between them, so thought they were all to be together.