recently my hue scene buttons stopped working
i had this in a card
footer:
type: buttons
entities:
- entity: scene.living_room_bright
show_icon: true
show_name: true
name: Bright
this was working until recently and i can’t figure out why.
i even tried
footer:
type: buttons
entities:
- entity: scene.living_room_energize
show_icon: false
show_name: true
tap_action:
action: call-service
service: scene.turn_on
service_data:
entity_id: scene.living_room_energize
both give me
Failed to call service scene/turn_on. must contain at least one of entity_id, device_id, area_id.
any help would be appreciated.