#Are entities recommended over devices for Scenes?

3 messages · Page 1 of 1 (latest)

jovial marsh
#

For my automations I've taken the best-practice to be that you should prefer entities over scenes. I got that from here https://community.home-assistant.io/t/why-and-how-to-avoid-device-ids-in-automations-and-scripts/605517

Is there such a recommendation for Scenes also? Does it matter in any way?

earnest finch
#

Yup. Devices can change. Entities typically don’t.

#

I will say that as an “expert” (which I’m not), I generally avoid devices for anything aside from some rare UI edge cases.