mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Update python-homewizard-energy to 8.3.3 (#146076)
This commit is contained in:
parent
22c2028c00
commit
19c71f0f49
@ -12,6 +12,6 @@
|
|||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["homewizard_energy"],
|
"loggers": ["homewizard_energy"],
|
||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
"requirements": ["python-homewizard-energy==v8.3.2"],
|
"requirements": ["python-homewizard-energy==8.3.3"],
|
||||||
"zeroconf": ["_hwenergy._tcp.local.", "_homewizard._tcp.local."]
|
"zeroconf": ["_hwenergy._tcp.local.", "_homewizard._tcp.local."]
|
||||||
}
|
}
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -2434,7 +2434,7 @@ python-google-drive-api==0.1.0
|
|||||||
python-homeassistant-analytics==0.9.0
|
python-homeassistant-analytics==0.9.0
|
||||||
|
|
||||||
# homeassistant.components.homewizard
|
# homeassistant.components.homewizard
|
||||||
python-homewizard-energy==v8.3.2
|
python-homewizard-energy==8.3.3
|
||||||
|
|
||||||
# homeassistant.components.hp_ilo
|
# homeassistant.components.hp_ilo
|
||||||
python-hpilo==4.4.3
|
python-hpilo==4.4.3
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -2007,7 +2007,7 @@ python-google-drive-api==0.1.0
|
|||||||
python-homeassistant-analytics==0.9.0
|
python-homeassistant-analytics==0.9.0
|
||||||
|
|
||||||
# homeassistant.components.homewizard
|
# homeassistant.components.homewizard
|
||||||
python-homewizard-energy==v8.3.2
|
python-homewizard-energy==8.3.3
|
||||||
|
|
||||||
# homeassistant.components.izone
|
# homeassistant.components.izone
|
||||||
python-izone==1.2.9
|
python-izone==1.2.9
|
||||||
|
@ -41,10 +41,6 @@ PACKAGE_CHECK_VERSION_RANGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
|||||||
# - domain is the integration domain
|
# - domain is the integration domain
|
||||||
# - package is the package (can be transitive) referencing the dependency
|
# - package is the package (can be transitive) referencing the dependency
|
||||||
# - dependencyX should be the name of the referenced dependency
|
# - dependencyX should be the name of the referenced dependency
|
||||||
"homewizard": {
|
|
||||||
# https://github.com/homewizard/python-homewizard-energy/pull/545
|
|
||||||
"python-homewizard-energy": {"awesomeversion"}
|
|
||||||
},
|
|
||||||
"mealie": {
|
"mealie": {
|
||||||
# https://github.com/joostlek/python-mealie/pull/490
|
# https://github.com/joostlek/python-mealie/pull/490
|
||||||
"aiomealie": {"awesomeversion"}
|
"aiomealie": {"awesomeversion"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user