From 64b5a68ca7b0c7fae88edea783d6933465b6e522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20S=C3=A1nchez=20Ortega?= Date: Sat, 29 Apr 2023 00:01:28 +0200 Subject: [PATCH] Tweak dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Iván Sánchez Ortega --- custom_components/freeds/config_flow.py | 1 - custom_components/freeds/manifest.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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."] }