mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2025-04-04 00:35:33 +08:00
style: update comments to meet coding standards
This commit is contained in:
parent
b498a708ac
commit
e70acd8421
@ -622,7 +622,8 @@ class MIoTDevice:
|
|||||||
'kB': UnitOfInformation.KILOBYTES,
|
'kB': UnitOfInformation.KILOBYTES,
|
||||||
}
|
}
|
||||||
|
|
||||||
# Handle UnitOfConductivity separately since it might not be available in all HA versions
|
# Handle UnitOfConductivity separately since
|
||||||
|
# it might not be available in all HA versions
|
||||||
try:
|
try:
|
||||||
# pylint: disable=import-outside-toplevel
|
# pylint: disable=import-outside-toplevel
|
||||||
from homeassistant.const import UnitOfConductivity
|
from homeassistant.const import UnitOfConductivity
|
||||||
|
Loading…
x
Reference in New Issue
Block a user