diff --git a/custom_components/watchman/__init__.py b/custom_components/watchman/__init__.py index 435ada5..2d988fe 100644 --- a/custom_components/watchman/__init__.py +++ b/custom_components/watchman/__init__.py @@ -18,7 +18,6 @@ from homeassistant.helpers import config_validation as cv from homeassistant.components import persistent_notification from homeassistant.util import dt as dt_util -from homeassistant.components.sensor import SensorDeviceClass from homeassistant.helpers.event import track_point_in_utc_time from homeassistant.exceptions import HomeAssistantError diff --git a/custom_components/watchman/manifest.json b/custom_components/watchman/manifest.json index 15a9cae..16da47f 100644 --- a/custom_components/watchman/manifest.json +++ b/custom_components/watchman/manifest.json @@ -4,7 +4,7 @@ "documentation": "https://github.com/dummylabs/thewatchman", "issue_tracker": "https://github.com/dummylabs/thewatchman/issues", "iot_class": "local_push", - "version": "0.3.1", + "version": "0.3.2", "requirements": ["prettytable==3.0.0"], "codeowners": [ "@dummylabs"