Bump pysml to 0.1.5
parent
8d4f5d78ff
commit
020d7c52f9
|
@ -7,5 +7,5 @@
|
|||
"integration_type": "hub",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["sml"],
|
||||
"requirements": ["pysml==0.0.12"]
|
||||
"requirements": ["pysml==0.1.5"]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue