diff --git a/homeassistant/components/electrasmart/manifest.json b/homeassistant/components/electrasmart/manifest.json index f19aeb3d947..f21f02b8cfe 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.3"] + "requirements": ["pyElectra==1.2.4"] } diff --git a/requirements_all.txt b/requirements_all.txt index 9b23b8d1580..70db08e36aa 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1674,7 +1674,7 @@ pyControl4==1.1.0 pyDuotecno==2024.5.1 # homeassistant.components.electrasmart -pyElectra==1.2.3 +pyElectra==1.2.4 # homeassistant.components.emby pyEmby==1.9 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index ca9fec8ea6e..bf52db6d9a2 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1357,7 +1357,7 @@ pyControl4==1.1.0 pyDuotecno==2024.5.1 # homeassistant.components.electrasmart -pyElectra==1.2.3 +pyElectra==1.2.4 # homeassistant.components.rfxtrx pyRFXtrx==0.31.1 diff --git a/script/licenses.py b/script/licenses.py index fc6ba8b2b7d..f2298e473a2 100644 --- a/script/licenses.py +++ b/script/licenses.py @@ -187,9 +187,6 @@ TODO = { "mficlient": AwesomeVersion( "0.3.0" ), # No license https://github.com/kk7ds/mficlient/issues/4 - "pyElectra": AwesomeVersion( - "1.2.3" - ), # No License https://github.com/jafar-atili/pyElectra/issues/3 "pyflic": AwesomeVersion("2.0.3"), # No OSI approved license CC0-1.0 Universal) "uvcclient": AwesomeVersion( "0.11.0"