-
Notifications
You must be signed in to change notification settings - Fork 111
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
Add option to define unique_id in yaml #416
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At least to me this looks very ok. I don't know if some tests should be added to this though.
Also the documentation would need updating to reflect this change as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Documentation would need some changes as well.
Documentation for overriding entity id
Added some documentation of this to README.md Will look into making tests for this but might take some as very new to Python and Home Assistant components. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not manage to find testing for any other functionality for nordpool integration, so if there is no required testing for nordpool integration, I approve this.
Why is this still pending? I would really much like this to be added to next release. |
Added option for user to configure unique_id that is used as entity id.
This can help people who use Nordpool sensor in alot of places.