diff --git a/custom_components/weatherapi/config_flow.py b/custom_components/weatherapi/config_flow.py index 5bc0f19..68b3824 100755 --- a/custom_components/weatherapi/config_flow.py +++ b/custom_components/weatherapi/config_flow.py @@ -10,7 +10,7 @@ from homeassistant.data_entry_flow import FlowResult import homeassistant.helpers.config_validation as cv -from .const import ( # pylint:disable=unused-import +from .const import ( CONFIG_ADD_SENSORS, CONFIG_FORECAST, CONFIG_IGNORE_PAST_HOUR,