Is it possible to add an item to one of the auto-generated groups? For example, I have an input boolean that controls an automation that I would like to be part of group.all_automations
. Can this be done?
Preferably in a projects-based configuration? (so that I can add it to the group in the same file in which I create it)
I tried to enter the following code in a project file, but it didn’t work:
input_boolean:
mudroom_automation:
name: "Mudroom Lights Automation"
group:
all_automations:
- input_boolean.mudroom_automation
Thanks.