diff --git a/custom_components/vesync/config_flow.py b/custom_components/vesync/config_flow.py index 4ea05a0..4fdd683 100644 --- a/custom_components/vesync/config_flow.py +++ b/custom_components/vesync/config_flow.py @@ -9,10 +9,10 @@ import homeassistant.helpers.config_validation as cv import voluptuous as vol from homeassistant import config_entries -from homeassistant.helpers.service_info import dhcp from homeassistant.const import CONF_PASSWORD, CONF_USERNAME from homeassistant.core import callback from homeassistant.data_entry_flow import FlowResult +from homeassistant.helpers.service_info import dhcp from pyvesync.vesync import VeSync from .const import DOMAIN, POLLING_INTERVAL diff --git a/custom_components/vesync/fan.py b/custom_components/vesync/fan.py index e69742f..9bdd246 100644 --- a/custom_components/vesync/fan.py +++ b/custom_components/vesync/fan.py @@ -21,9 +21,9 @@ VS_LEVELS, VS_MODE_AUTO, VS_MODE_MANUAL, + VS_MODE_PET, VS_MODE_SLEEP, VS_MODE_TURBO, - VS_MODE_PET, VS_MODES, VS_TO_HA_ATTRIBUTES, ) diff --git a/custom_components/vesync/manifest.json b/custom_components/vesync/manifest.json index a25b1fb..34db743 100644 --- a/custom_components/vesync/manifest.json +++ b/custom_components/vesync/manifest.json @@ -25,5 +25,5 @@ "requirements": [ "pyvesync==2.1.15" ], - "version": "1.3.3" + "version": "1.4.0" }