-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add connection identifiers to device-config #946
base: main
Are you sure you want to change the base?
feat: add connection identifiers to device-config #946
Conversation
I'm looking into the workings of the list field in the core I have to admit that my typescript is a bit rusty, so this would take me a while before I will have it ready to be pulled. At the moment the |
I have no objections to its implementation but lack knowledge regarding its potential impact on HA device functionality. To optimize user experience, it may be beneficial to incorporate this feature into the entity configuration. This would offer users the ability to choose between a node-red generated device or an already established HA device via a drop-down menu, thereby eliminating the need for separate identification fields. |
To my understanding it is the right way to have Node-Red make it's own I do see added benefit to let the user select a existing HA device to automatically retrieve the identifiers and add these to the I would like to suggest that I start the development in the |
Sounds like a good plan. |
Description
Changes to the
device-config
-node and related files to make it possible to share device identifiers with Home Assistant.Motivation and Context
As the IOT space keeps growing having the possibility to combine Node-Red entities with existing devices in Home Assistant is a needed option.
How Has This Been Tested?
npm run lint
with no errors.npm run test
with no errors.npm run dev
with no errors.Not Tested / Possibly missing
migrations.ts
file(s) no work has been done on this part, don't know if this is needed.device
-node