Scenes in web ui [Solved]

For some reason I can’t seem to add or edit scenes in the web ui. I’ll go and I’ll click the ‘+’ symbol, it asks me for the name of the scene and I’ll give it a name and then I’ll add a few devices. For example, two lights. Then I click ‘save’ and it does. But when I go back I see ‘we couldn’t find any editable scenes’

What’s more strange, is that when I check in my .homeassistant dir, I see the scenes.yaml file! And it has the name that I created. I tried deleting the scenes.yaml and having it created when I make a new one from the web ui. Same issue, the scenes.yaml file gets written again, contains the name of the scene, but I cannot edit it from the web ui. I’m guessing I’m missing something easy and obvious

Edit: Solved my own issue. Turns out in the configuration.yaml you have to include the line to load the scenes. Just needed to add the following to my configuration.yaml file

scene: !include scenes.yaml

5 Likes

Thank you for posting your solution! I had the same problem.

Same problem. Thank you for your post.