Change charger power to float from integer #859
carryonrewardless
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
What are the advantages of providing this as a float? It won't improve the accuracy, Tesla only provide this as an int. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have no idea how to create a pull request so anyone so inclined can do this fairly basic request change.
Change this
to this
at line 188 in https://github.com/alandtse/tesla/blob/dev/custom_components/tesla_custom/sensor.py
to output charger_power as a float instead of an integer.
Beta Was this translation helpful? Give feedback.
All reactions