use 'energy' instead of 'usage' #267
Mariusthvdb
started this conversation in
Ideas
Replies: 1 comment
-
These settings will be removed in the future, they are only here for backwards compatibility, so not all users are forced to change from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi,
might be an insignificant suggestion, but since in HA energy all is categorized in power (W) and energy (kWh), might I suggest you do that too ;-)
You've adapted to standby_power already (thank you), but why not also change the constants to use energy:
to
CONF_STANDBY_ENERGY = "standby_energy"
CONF_DISABLE_STANDBY_ENERGY = "disable_standby_energy"
which would also synchronize all terminology used (you do use:
already.
Beta Was this translation helpful? Give feedback.
All reactions