Update xknx to 0.17.2 (#47732)

This commit is contained in:
Matthias Alphart 2021-03-10 21:32:22 +01:00 committed by GitHub
parent ff09643b33
commit 54a9b69ecb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -77,7 +77,7 @@ SERVICE_KNX_READ = "read"
CONFIG_SCHEMA = vol.Schema(
{
DOMAIN: vol.All(
# deprecated since 2021.3
# deprecated since 2021.4
cv.deprecated(CONF_KNX_CONFIG),
# deprecated since 2021.2
cv.deprecated(CONF_KNX_FIRE_EVENT),

View file

@ -2,7 +2,7 @@
"domain": "knx",
"name": "KNX",
"documentation": "https://www.home-assistant.io/integrations/knx",
"requirements": ["xknx==0.17.1"],
"requirements": ["xknx==0.17.2"],
"codeowners": ["@Julius2342", "@farmio", "@marvin-w"],
"quality_scale": "silver"
}

View file

@ -2330,7 +2330,7 @@ xbox-webapi==2.0.8
xboxapi==2.0.1
# homeassistant.components.knx
xknx==0.17.1
xknx==0.17.2
# homeassistant.components.bluesound
# homeassistant.components.rest