mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
Update xknx to 0.15.6 (#43645)
This commit is contained in:
parent
5b6d9abe2a
commit
29091f4537
@ -326,8 +326,6 @@ class KNXModule:
|
|||||||
"knx_event",
|
"knx_event",
|
||||||
{"address": str(telegram.group_address), "data": telegram.payload.value},
|
{"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):
|
async def service_send_to_knx_bus(self, call):
|
||||||
"""Service for sending an arbitrary KNX message to the KNX bus."""
|
"""Service for sending an arbitrary KNX message to the KNX bus."""
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"domain": "knx",
|
"domain": "knx",
|
||||||
"name": "KNX",
|
"name": "KNX",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/knx",
|
"documentation": "https://www.home-assistant.io/integrations/knx",
|
||||||
"requirements": ["xknx==0.15.4"],
|
"requirements": ["xknx==0.15.6"],
|
||||||
"codeowners": ["@Julius2342", "@farmio", "@marvin-w"],
|
"codeowners": ["@Julius2342", "@farmio", "@marvin-w"],
|
||||||
"quality_scale": "silver"
|
"quality_scale": "silver"
|
||||||
}
|
}
|
||||||
|
@ -2310,7 +2310,7 @@ xboxapi==2.0.1
|
|||||||
xfinity-gateway==0.0.4
|
xfinity-gateway==0.0.4
|
||||||
|
|
||||||
# homeassistant.components.knx
|
# homeassistant.components.knx
|
||||||
xknx==0.15.4
|
xknx==0.15.6
|
||||||
|
|
||||||
# homeassistant.components.bluesound
|
# homeassistant.components.bluesound
|
||||||
# homeassistant.components.rest
|
# homeassistant.components.rest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user