I’m trying to get some scenes set up but I can’t seem to create even the most basic types of scenes, e.g.:
scene:
- name: LivingRoomLightsFull
entities:
light.ph5_light: on
The error I’m getting on the config check is:
Invalid config for [scene]:
required key not provided @ data[‘states’][0][‘entities’]. Got None
required key not provided @ data[‘states’][0][‘name’]. Got None.
(See /config/configuration.yaml, line 161). Please check the docs at Scenes - Home Assistant
Can’t for the life of me figure out what’s going on. I copied the code straight from the Scenes page on the HA website so I doubt it has to do with any formatting errors in the code. I’ve also double-checked my configuration.yaml and the only reference to scenes is the very last row:
scene: !include scenes.yaml