Update xknx to 0.15.6 (#43645)

This commit is contained in:
Matthias Alphart 2020-11-27 18:06:15 +01:00 committed by GitHub
parent 5b6d9abe2a
commit 29091f4537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View File

@ -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."""

View File

@ -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"
} }

View File

@ -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