mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Move imports to top for sochain (#29250)
This commit is contained in:
parent
6726c4c76b
commit
bea5d18c4a
@ -2,6 +2,7 @@
|
|||||||
from datetime import timedelta
|
from datetime import timedelta
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
from pysochain import ChainSo
|
||||||
import voluptuous as vol
|
import voluptuous as vol
|
||||||
|
|
||||||
from homeassistant.components.sensor import PLATFORM_SCHEMA
|
from homeassistant.components.sensor import PLATFORM_SCHEMA
|
||||||
@ -31,7 +32,6 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend(
|
|||||||
|
|
||||||
async def async_setup_platform(hass, config, async_add_entities, discovery_info=None):
|
async def async_setup_platform(hass, config, async_add_entities, discovery_info=None):
|
||||||
"""Set up the sochain sensors."""
|
"""Set up the sochain sensors."""
|
||||||
from pysochain import ChainSo
|
|
||||||
|
|
||||||
address = config.get(CONF_ADDRESS)
|
address = config.get(CONF_ADDRESS)
|
||||||
network = config.get(CONF_NETWORK)
|
network = config.get(CONF_NETWORK)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user