-
-
Notifications
You must be signed in to change notification settings - Fork 32.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
Remove spaces from Xiami switch attributes #8952
Remove spaces from Xiami switch attributes #8952
Conversation
@syssi, thanks for your PR! By analyzing the history of the files in this pull request, we identified @Danielhiversen to be a potential reviewer. |
ATTR_POWER_CONSUMED = 'Power consumed' | ||
ATTR_IN_USE = 'In use' | ||
ATTR_LOAD_POWER = 'load_power' # Load power in watts (W) | ||
ATTR_POWER_CONSUMED = 'power_consumed' # Total (lifetime) power consumption in watts |
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.
at least two spaces before inline comment
line too long (84 > 79 characters)
ATTR_LOAD_POWER = 'Load power' # Load power in watts (W) | ||
ATTR_POWER_CONSUMED = 'Power consumed' | ||
ATTR_IN_USE = 'In use' | ||
ATTR_LOAD_POWER = 'load_power' # Load power in watts (W) |
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.
at least two spaces before inline comment
* Attributes of the xiaomi zigbee plug changed. * Reformat.
Fixes #8808.