Update PyOverkiz to 1.3.4 (#66076)

This commit is contained in:
Mick Vleeshouwer 2022-02-08 07:11:05 -08:00 committed by GitHub
parent 59c7af0f80
commit b6ad79e2b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 14 deletions

View file

@ -5,8 +5,7 @@ from datetime import timedelta
import logging
from typing import Final
from pyoverkiz.enums import UIClass
from pyoverkiz.enums.ui import UIWidget
from pyoverkiz.enums import OverkizCommandParam, UIClass, UIWidget
from homeassistant.const import Platform
@ -67,13 +66,13 @@ OVERKIZ_DEVICE_TO_PLATFORM: dict[UIClass | UIWidget, Platform] = {
# Map Overkiz camelCase to Home Assistant snake_case for translation
OVERKIZ_STATE_TO_TRANSLATION: dict[str, str] = {
"externalGateway": "external_gateway",
"localUser": "local_user",
"lowBattery": "low_battery",
"LSC": "lsc",
"maintenanceRequired": "maintenance_required",
"noDefect": "no_defect",
"SAAC": "saac",
"SFC": "sfc",
"UPS": "ups",
OverkizCommandParam.EXTERNAL_GATEWAY: "external_gateway",
OverkizCommandParam.LOCAL_USER: "local_user",
OverkizCommandParam.LOW_BATTERY: "low_battery",
OverkizCommandParam.LSC: "lsc",
OverkizCommandParam.MAINTENANCE_REQUIRED: "maintenance_required",
OverkizCommandParam.NO_DEFECT: "no_defect",
OverkizCommandParam.SAAC: "saac",
OverkizCommandParam.SFC: "sfc",
OverkizCommandParam.UPS: "ups",
}

View file

@ -4,7 +4,7 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/overkiz",
"requirements": [
"pyoverkiz==1.3.2"
"pyoverkiz==1.3.4"
],
"zeroconf": [
{

View file

@ -1746,7 +1746,7 @@ pyotgw==1.1b1
pyotp==2.6.0
# homeassistant.components.overkiz
pyoverkiz==1.3.2
pyoverkiz==1.3.4
# homeassistant.components.openweathermap
pyowm==3.2.0

View file

@ -1112,7 +1112,7 @@ pyotgw==1.1b1
pyotp==2.6.0
# homeassistant.components.overkiz
pyoverkiz==1.3.2
pyoverkiz==1.3.4
# homeassistant.components.openweathermap
pyowm==3.2.0