Order imports.

This commit is contained in:
mvn23
2018-10-10 18:25:24 +02:00
parent de4cf66558
commit d4fbc3a087

View File

@@ -8,11 +8,12 @@ import logging
import voluptuous as vol
from homeassistant.helpers.discovery import async_load_platform
from homeassistant.helpers.dispatcher import async_dispatcher_send
from homeassistant.const import (CONF_DEVICE, CONF_MONITORED_VARIABLES,
CONF_NAME, PRECISION_HALVES, PRECISION_TENTHS,
PRECISION_WHOLE)
from homeassistant.helpers.discovery import async_load_platform
from homeassistant.helpers.dispatcher import async_dispatcher_send
import homeassistant.helpers.config_validation as cv
DOMAIN = 'opentherm_gw'