-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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 discovery support to synology_dsm #33729
Conversation
Hey there @ProtoThis, @Quentame, mind taking a look at this pull request as its been labeled with a integration ( |
@Quentame I figure since you did all the hard work, I could do this. |
Hahaha, thanks ! Will look at it in few hours. |
@Quentame It looks like
|
Indeed, I thought I introduced a bug in 0.5.0 but no, this was like this before ... we should intestigate more but maybe we can remove this code. |
Added "breaking change" + "docs-missing" because of |
I'll dig into this more later tonight and see what needs to change since its in a few places |
@Quentame Its correct temp_unit is a property of Naming is hard! |
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.
Tests are good for the non discovery part (can't test discovery).
Tested with:
- UI
- config.yaml basic
- config.yaml basic + disks + volumes
@bdraco, maybe you can clean your repo 😂 |
Py test also passing |
Please rebase on latest dev branch to let the build pass. We've merged a fix for the pylint issue. |
Co-Authored-By: Quentame <[email protected]>
Co-Authored-By: Quentame <[email protected]>
c7a8f83
to
a99e987
Compare
Breaking change
The
name
configuration key has been removed.Proposed change
Add discovery support to synology_dsm
Type of change
Example entry for
configuration.yaml
:# Example configuration.yaml
Additional information
Checklist
black --fast homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
..coveragerc
.The integration reached or maintains the following Integration Quality Scale: