diff --git a/custom_components/freeds/config_flow.py b/custom_components/freeds/config_flow.py index 383ced3..3c3f4f4 100644 --- a/custom_components/freeds/config_flow.py +++ b/custom_components/freeds/config_flow.py @@ -6,7 +6,6 @@ import logging from typing import Any, Final from homeassistant.data_entry_flow import FlowResult -from getmac import get_mac_address import aiohttp import re diff --git a/custom_components/freeds/manifest.json b/custom_components/freeds/manifest.json index c2d9563..eebb4d5 100644 --- a/custom_components/freeds/manifest.json +++ b/custom_components/freeds/manifest.json @@ -8,7 +8,7 @@ "integration_type": "device", "iot_class": "local_push", "issue_tracker": "https://gitlab.com/IvanSanchez/homeassistant-freeds/-/issues", - "requirements": [], - "version": "0.10.4", + "requirements": ["websockets"], + "version": "0.10.5", "zeroconf": ["_freeds._tcp.local."] }