Suddenly I notice I have 2 groups in my configuration which are defined incorrectly, or at least according to the documentation, ie, without the variable entities:
.
like:
group:
github_repos_in_use:
- sensor.github_home_assistant
# Custom Components
- sensor.github_afvalwijzer
- sensor.github_browser_mod
- sensor.github_card_tools
- sensor.github_composite_tracker
- sensor.github_eventsensor
- sensor.github_fav_icon
- sensor.github_sun_2
- sensor.github_weatherbit
I’ve never noticed anything in the behavior, and all templates in which this group is used function properly:
Isn’t entities:
required after all? In which case the documentation would be incorrect? Or is this a system fluke…