mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Bump pysml to 0.1.5 (#146935)
This commit is contained in:
parent
33978ce59e
commit
4a9cbc79f2
@ -7,5 +7,5 @@
|
|||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["sml"],
|
"loggers": ["sml"],
|
||||||
"requirements": ["pysml==0.0.12"]
|
"requirements": ["pysml==0.1.5"]
|
||||||
}
|
}
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -2350,7 +2350,7 @@ pysmarty2==0.10.2
|
|||||||
pysmhi==1.0.2
|
pysmhi==1.0.2
|
||||||
|
|
||||||
# homeassistant.components.edl21
|
# homeassistant.components.edl21
|
||||||
pysml==0.0.12
|
pysml==0.1.5
|
||||||
|
|
||||||
# homeassistant.components.smlight
|
# homeassistant.components.smlight
|
||||||
pysmlight==0.2.6
|
pysmlight==0.2.6
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1950,7 +1950,7 @@ pysmarty2==0.10.2
|
|||||||
pysmhi==1.0.2
|
pysmhi==1.0.2
|
||||||
|
|
||||||
# homeassistant.components.edl21
|
# homeassistant.components.edl21
|
||||||
pysml==0.0.12
|
pysml==0.1.5
|
||||||
|
|
||||||
# homeassistant.components.smlight
|
# homeassistant.components.smlight
|
||||||
pysmlight==0.2.6
|
pysmlight==0.2.6
|
||||||
|
@ -109,11 +109,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
|||||||
"devialet": {"async-upnp-client": {"async-timeout"}},
|
"devialet": {"async-upnp-client": {"async-timeout"}},
|
||||||
"dlna_dmr": {"async-upnp-client": {"async-timeout"}},
|
"dlna_dmr": {"async-upnp-client": {"async-timeout"}},
|
||||||
"dlna_dms": {"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": {
|
"efergy": {
|
||||||
# https://github.com/tkdrob/pyefergy/issues/46
|
# https://github.com/tkdrob/pyefergy/issues/46
|
||||||
# pyefergy > codecov
|
# pyefergy > codecov
|
||||||
|
Loading…
x
Reference in New Issue
Block a user