-
Notifications
You must be signed in to change notification settings - Fork 73
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
Feature - Change unique id from device_name to something really unique. #199
Comments
The best option is some id from home graph. MAC address should be good as well. |
I think it would be great if we can generate one from homegraph. It will also make it possible for us to then introduce a |
That does sound nice. Let's create a follow-up ticket on |
Is there an ETA on this? |
I don't think anyone is working on this at the moment. |
I'm currently traveling, but will be back home end of the week and can take a look at it, it sounds like a relatively quick fix. @gary-reyes, if interested - PRs are welcomed 💥 |
I'm seeing an error in my home assistant logbook Will this get fixed with it, or is my issue a total different one? |
Gents, please kindly upgrade to 1.7.0 |
We can either use this endpoint or as @leikoilja mentioned, we can generate one in glocaltokens.
What do you guys think is the best option?
Original:
Right now we use
device_name
in entity unique id. I think glocaltokens can provide some real device specific id for the device. Then HA should handle renames itself.Originally posted by @KapJI in #184 (comment)
The text was updated successfully, but these errors were encountered: