From 9af13e54c1c473dce0fabe326d4bd00594447ba0 Mon Sep 17 00:00:00 2001 From: Jafar Atili Date: Tue, 11 Jun 2024 16:05:53 +0300 Subject: [PATCH] Bump pyElectra to 1.2.3 (#119369) --- .strict-typing | 1 + homeassistant/components/electrasmart/manifest.json | 2 +- mypy.ini | 10 ++++++++++ requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 5 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.strict-typing b/.strict-typing index 86fbf3c3563..313dda48649 100644 --- a/.strict-typing +++ b/.strict-typing @@ -163,6 +163,7 @@ homeassistant.components.easyenergy.* homeassistant.components.ecovacs.* homeassistant.components.ecowitt.* homeassistant.components.efergy.* +homeassistant.components.electrasmart.* homeassistant.components.electric_kiwi.* homeassistant.components.elgato.* homeassistant.components.elkm1.* diff --git a/homeassistant/components/electrasmart/manifest.json b/homeassistant/components/electrasmart/manifest.json index e00b818e2a6..f19aeb3d947 100644 --- a/homeassistant/components/electrasmart/manifest.json +++ b/homeassistant/components/electrasmart/manifest.json @@ -5,5 +5,5 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/electrasmart", "iot_class": "cloud_polling", - "requirements": ["pyElectra==1.2.1"] + "requirements": ["pyElectra==1.2.3"] } diff --git a/mypy.ini b/mypy.ini index ac3945872a1..4e4d9cc624b 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1393,6 +1393,16 @@ disallow_untyped_defs = true warn_return_any = true warn_unreachable = true +[mypy-homeassistant.components.electrasmart.*] +check_untyped_defs = true +disallow_incomplete_defs = true +disallow_subclassing_any = true +disallow_untyped_calls = true +disallow_untyped_decorators = true +disallow_untyped_defs = true +warn_return_any = true +warn_unreachable = true + [mypy-homeassistant.components.electric_kiwi.*] check_untyped_defs = true disallow_incomplete_defs = true diff --git a/requirements_all.txt b/requirements_all.txt index 6929009ced0..be95c4f5120 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1673,7 +1673,7 @@ pyControl4==1.1.0 pyDuotecno==2024.5.1 # homeassistant.components.electrasmart -pyElectra==1.2.1 +pyElectra==1.2.3 # homeassistant.components.emby pyEmby==1.9 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index fe280ef080d..8e2a2fa48aa 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1332,7 +1332,7 @@ pyControl4==1.1.0 pyDuotecno==2024.5.1 # homeassistant.components.electrasmart -pyElectra==1.2.1 +pyElectra==1.2.3 # homeassistant.components.rfxtrx pyRFXtrx==0.31.1