Skip to content

Commit

Permalink
Tweak dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Iván Sánchez Ortega <[email protected]>
  • Loading branch information
IvanSanchez committed Apr 28, 2023
1 parent 54ce7ab commit 64b5a68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion custom_components/freeds/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions custom_components/freeds/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."]
}

0 comments on commit 64b5a68

Please sign in to comment.