Move imports to top for mysensors (#29517)
This commit is contained in:
parent
ec8ea02273
commit
b4fda5faab
8 changed files with 9 additions and 9 deletions
|
@ -2,10 +2,10 @@
|
|||
from homeassistant.components import mysensors
|
||||
from homeassistant.components.sensor import DOMAIN
|
||||
from homeassistant.const import (
|
||||
ENERGY_KILO_WATT_HOUR,
|
||||
POWER_WATT,
|
||||
TEMP_CELSIUS,
|
||||
TEMP_FAHRENHEIT,
|
||||
POWER_WATT,
|
||||
ENERGY_KILO_WATT_HOUR,
|
||||
)
|
||||
|
||||
SENSORS = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue