mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Update pyoverkiz to 1.17.2 (#146056)
This commit is contained in:
parent
87395efc6e
commit
15830f383e
@ -13,7 +13,7 @@
|
|||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["boto3", "botocore", "pyhumps", "pyoverkiz", "s3transfer"],
|
"loggers": ["boto3", "botocore", "pyhumps", "pyoverkiz", "s3transfer"],
|
||||||
"requirements": ["pyoverkiz==1.17.1"],
|
"requirements": ["pyoverkiz==1.17.2"],
|
||||||
"zeroconf": [
|
"zeroconf": [
|
||||||
{
|
{
|
||||||
"type": "_kizbox._tcp.local.",
|
"type": "_kizbox._tcp.local.",
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -2221,7 +2221,7 @@ pyotgw==2.2.2
|
|||||||
pyotp==2.8.0
|
pyotp==2.8.0
|
||||||
|
|
||||||
# homeassistant.components.overkiz
|
# homeassistant.components.overkiz
|
||||||
pyoverkiz==1.17.1
|
pyoverkiz==1.17.2
|
||||||
|
|
||||||
# homeassistant.components.onewire
|
# homeassistant.components.onewire
|
||||||
pyownet==0.10.0.post1
|
pyownet==0.10.0.post1
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1842,7 +1842,7 @@ pyotgw==2.2.2
|
|||||||
pyotp==2.8.0
|
pyotp==2.8.0
|
||||||
|
|
||||||
# homeassistant.components.overkiz
|
# homeassistant.components.overkiz
|
||||||
pyoverkiz==1.17.1
|
pyoverkiz==1.17.2
|
||||||
|
|
||||||
# homeassistant.components.onewire
|
# homeassistant.components.onewire
|
||||||
pyownet==0.10.0.post1
|
pyownet==0.10.0.post1
|
||||||
|
@ -57,10 +57,6 @@ PACKAGE_CHECK_VERSION_RANGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
|||||||
# https://github.com/ollama/ollama-python/pull/445 (not yet released)
|
# https://github.com/ollama/ollama-python/pull/445 (not yet released)
|
||||||
"ollama": {"httpx"}
|
"ollama": {"httpx"}
|
||||||
},
|
},
|
||||||
"overkiz": {
|
|
||||||
# https://github.com/iMicknl/python-overkiz-api/issues/1644 (not yet released)
|
|
||||||
"pyoverkiz": {"attrs"},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGE_REGEX = re.compile(
|
PACKAGE_REGEX = re.compile(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user