mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Bump pyoverkiz to 1.3.2 (#65293)
This commit is contained in:
parent
cc14acb178
commit
216ac65475
@ -4,7 +4,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/overkiz",
|
"documentation": "https://www.home-assistant.io/integrations/overkiz",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"pyoverkiz==1.3.1"
|
"pyoverkiz==1.3.2"
|
||||||
],
|
],
|
||||||
"zeroconf": [
|
"zeroconf": [
|
||||||
{
|
{
|
||||||
@ -24,5 +24,11 @@
|
|||||||
"@tetienne"
|
"@tetienne"
|
||||||
],
|
],
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["boto3", "botocore", "pyhumps", "pyoverkiz", "s3transfer"]
|
"loggers": [
|
||||||
|
"boto3",
|
||||||
|
"botocore",
|
||||||
|
"pyhumps",
|
||||||
|
"pyoverkiz",
|
||||||
|
"s3transfer"
|
||||||
|
]
|
||||||
}
|
}
|
@ -1746,7 +1746,7 @@ pyotgw==1.1b1
|
|||||||
pyotp==2.6.0
|
pyotp==2.6.0
|
||||||
|
|
||||||
# homeassistant.components.overkiz
|
# homeassistant.components.overkiz
|
||||||
pyoverkiz==1.3.1
|
pyoverkiz==1.3.2
|
||||||
|
|
||||||
# homeassistant.components.openweathermap
|
# homeassistant.components.openweathermap
|
||||||
pyowm==3.2.0
|
pyowm==3.2.0
|
||||||
|
@ -1109,7 +1109,7 @@ pyotgw==1.1b1
|
|||||||
pyotp==2.6.0
|
pyotp==2.6.0
|
||||||
|
|
||||||
# homeassistant.components.overkiz
|
# homeassistant.components.overkiz
|
||||||
pyoverkiz==1.3.1
|
pyoverkiz==1.3.2
|
||||||
|
|
||||||
# homeassistant.components.openweathermap
|
# homeassistant.components.openweathermap
|
||||||
pyowm==3.2.0
|
pyowm==3.2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user