We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I noticed you send twice the upload instead of sending the download. Units seems to to bauds, can we convert them to ko/s or mo/s?
@property def extra_state_attributes(self): """Return extra state attributes.""" return { "connection_type": self._client.connection_type, "interface": self._client.interface, "down_kb_per_s": self._client.up_kb_per_s, "up_kb_per_s": self._client.up_kb_per_s, }
The text was updated successfully, but these errors were encountered:
Was just about to post this .
Sorry, something went wrong.
Fix download speed #26
8aac32a
* Use bytes instead of bits * Rename kb_per_s to kilobytes_per_s to make the units more clear
7c498fc
Fixed in v1.0.0
No branches or pull requests
Hi!
I noticed you send twice the upload instead of sending the download.
Units seems to to bauds, can we convert them to ko/s or mo/s?
@property def extra_state_attributes(self): """Return extra state attributes.""" return { "connection_type": self._client.connection_type, "interface": self._client.interface, "down_kb_per_s": self._client.up_kb_per_s, "up_kb_per_s": self._client.up_kb_per_s, }
The text was updated successfully, but these errors were encountered: