Description
Checklist
- I have filled out the template to the best of my ability.
- This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feature request).
- This issue is not a duplicate feature request of previous feature requests.
Is your feature request related to a problem? Please describe.
I'd like to be able to manage multiple notion DBs through HA voice commands. Most trivial example: Todos and grocery lists. I'm moving from google home and Alexa-style workflows, where members of my family say, "Alexa, add bananas to the costco list" or "Add water the tomatos to Ashlynn's chore list."
Describe the solution you'd like
I'd like to be able to add an arbitrary number of tables to the integration, name them, then work with them through voice. This looks like it should be possible, but doesn't seem to be. The current integration UI would work fine: Each integration entry could be used to describe a new table, then "rename" could be used to provide a short HA reference for other HA modules. When I do this, it re-claims the existing entity for the new integration entry (see recording). Discussion available if desired; there may be other features that make sense.
Notion.HA.UI2.mp4
Describe alternatives you've considered
forking this codebase, changing the unique identifiers, and adding those integration forks for each additional table. Gross, but it would probably meet my short-term needs.
Also: I'm fairly new to HA, so there may be a much easier way to do this.
Additional context
Thanks for coding this integration!