-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Fritz Device Tracker - Add speed attribute #145804
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
base: dev
Are you sure you want to change the base?
Fritz Device Tracker - Add speed attribute #145804
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.
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
Hey there @AaronDavidSchneider, @chemelli74, @mib1185, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
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.
Hi @N1co93 thanks for your contribution 👍
I've left some comments and questions, further we should als adjust and extend the tests to reflect this new attribute.
Co-authored-by: Michael <[email protected]>
Co-authored-by: Michael <[email protected]>
I addressed all required changes. |
You will find the tests in |
I'm afraid, that my knowledge in programming and Python is to weak to write a new test :( What do your think about it? |
At the moment I'm struggling to add more extra state attributes, instead of add them as dedicated (sensor) entities. We usually prefer to migrate extra attributes into own entities, so the user can better use them in automations and dashboards and also dis-/enable them as needed. Further there is a feature request to add much more of these attributes, those we should re-consider to add these as separate entities and find a sane definition for which of them should be enabled by default |
Breaking change
Proposed change
I noticed that one of my network devices is experiencing issues with its LAN connection. To help diagnose the problem, I would like to monitor the network speed.
This pull request adds the
speed
attribute to thedevice_tracker
entities.Just for transparency: this PR was created with the help of GitHub Copilot.
Type of change
Additional information
Checklist
ruff format 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
.To help with the load of incoming pull requests: