Update xknx to 0.17.2 (#47732)
This commit is contained in:
parent
ff09643b33
commit
54a9b69ecb
3 changed files with 3 additions and 3 deletions
|
@ -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),
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue