Skip to content

Commit

Permalink
Bump pyElectra to 1.2.4 (home-assistant#122724)
Browse files Browse the repository at this point in the history
* Bump PyElectra to 1.2.3

* one more thing

* Bump PyElectra to 1.2.4

* fixed pyElectra license
  • Loading branch information
jafar-atili authored Jul 28, 2024
1 parent ec15a66 commit f563817
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/electrasmart/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions script/licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,6 @@ def from_dict(cls, data: dict[str, str]) -> PackageDefinition:
"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"
Expand Down

0 comments on commit f563817

Please sign in to comment.