Update xknx to 0.15.6 (#43645)
parent
5b6d9abe2a
commit
29091f4537
|
@ -326,8 +326,6 @@ class KNXModule:
|
|||
"knx_event",
|
||||
{"address": str(telegram.group_address), "data": telegram.payload.value},
|
||||
)
|
||||
# False signals XKNX to proceed with processing telegrams.
|
||||
return False
|
||||
|
||||
async def service_send_to_knx_bus(self, call):
|
||||
"""Service for sending an arbitrary KNX message to the KNX bus."""
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"domain": "knx",
|
||||
"name": "KNX",
|
||||
"documentation": "https://www.home-assistant.io/integrations/knx",
|
||||
"requirements": ["xknx==0.15.4"],
|
||||
"requirements": ["xknx==0.15.6"],
|
||||
"codeowners": ["@Julius2342", "@farmio", "@marvin-w"],
|
||||
"quality_scale": "silver"
|
||||
}
|
||||
|
|
|
@ -2310,7 +2310,7 @@ xboxapi==2.0.1
|
|||
xfinity-gateway==0.0.4
|
||||
|
||||
# homeassistant.components.knx
|
||||
xknx==0.15.4
|
||||
xknx==0.15.6
|
||||
|
||||
# homeassistant.components.bluesound
|
||||
# homeassistant.components.rest
|
||||
|
|
Loading…
Reference in New Issue