mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Update xknx to 0.17.2 (#47732)
This commit is contained in:
parent
ff09643b33
commit
54a9b69ecb
@ -77,7 +77,7 @@ SERVICE_KNX_READ = "read"
|
|||||||
CONFIG_SCHEMA = vol.Schema(
|
CONFIG_SCHEMA = vol.Schema(
|
||||||
{
|
{
|
||||||
DOMAIN: vol.All(
|
DOMAIN: vol.All(
|
||||||
# deprecated since 2021.3
|
# deprecated since 2021.4
|
||||||
cv.deprecated(CONF_KNX_CONFIG),
|
cv.deprecated(CONF_KNX_CONFIG),
|
||||||
# deprecated since 2021.2
|
# deprecated since 2021.2
|
||||||
cv.deprecated(CONF_KNX_FIRE_EVENT),
|
cv.deprecated(CONF_KNX_FIRE_EVENT),
|
||||||
|
@ -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.17.1"],
|
"requirements": ["xknx==0.17.2"],
|
||||||
"codeowners": ["@Julius2342", "@farmio", "@marvin-w"],
|
"codeowners": ["@Julius2342", "@farmio", "@marvin-w"],
|
||||||
"quality_scale": "silver"
|
"quality_scale": "silver"
|
||||||
}
|
}
|
||||||
|
@ -2330,7 +2330,7 @@ xbox-webapi==2.0.8
|
|||||||
xboxapi==2.0.1
|
xboxapi==2.0.1
|
||||||
|
|
||||||
# homeassistant.components.knx
|
# homeassistant.components.knx
|
||||||
xknx==0.17.1
|
xknx==0.17.2
|
||||||
|
|
||||||
# homeassistant.components.bluesound
|
# homeassistant.components.bluesound
|
||||||
# homeassistant.components.rest
|
# homeassistant.components.rest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user