Bump pysml to 0.1.5

pull/146935/head
epenet 2025-06-16 09:15:42 +00:00
parent 8d4f5d78ff
commit 020d7c52f9
4 changed files with 3 additions and 8 deletions

View File

@ -7,5 +7,5 @@
"integration_type": "hub",
"iot_class": "local_push",
"loggers": ["sml"],
"requirements": ["pysml==0.0.12"]
"requirements": ["pysml==0.1.5"]
}

2
requirements_all.txt generated
View File

@ -2350,7 +2350,7 @@ pysmarty2==0.10.2
pysmhi==1.0.2
# homeassistant.components.edl21
pysml==0.0.12
pysml==0.1.5
# homeassistant.components.smlight
pysmlight==0.2.6

View File

@ -1950,7 +1950,7 @@ pysmarty2==0.10.2
pysmhi==1.0.2
# homeassistant.components.edl21
pysml==0.0.12
pysml==0.1.5
# homeassistant.components.smlight
pysmlight==0.2.6

View File

@ -109,11 +109,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
"devialet": {"async-upnp-client": {"async-timeout"}},
"dlna_dmr": {"async-upnp-client": {"async-timeout"}},
"dlna_dms": {"async-upnp-client": {"async-timeout"}},
"edl21": {
# https://github.com/mtdcr/pysml/issues/21
# pysml > pyserial-asyncio
"pysml": {"pyserial-asyncio", "async-timeout"},
},
"efergy": {
# https://github.com/tkdrob/pyefergy/issues/46
# pyefergy > codecov