mirror of
https://github.com/home-assistant/core.git
synced 2025-04-28 11:17:53 +00:00
Update knx-frontend to 2024.9.10.221729 (#125734)
This commit is contained in:
parent
8e026bf95d
commit
eb5390b94d
@ -13,7 +13,7 @@
|
|||||||
"requirements": [
|
"requirements": [
|
||||||
"xknx==3.1.1",
|
"xknx==3.1.1",
|
||||||
"xknxproject==3.7.1",
|
"xknxproject==3.7.1",
|
||||||
"knx-frontend==2024.9.4.64538"
|
"knx-frontend==2024.9.10.221729"
|
||||||
],
|
],
|
||||||
"single_config_entry": true
|
"single_config_entry": true
|
||||||
}
|
}
|
||||||
|
@ -38,7 +38,10 @@ def parse_invalid(exc: vol.Invalid) -> _ErrorDescription:
|
|||||||
|
|
||||||
|
|
||||||
def validate_entity_data(entity_data: dict) -> dict:
|
def validate_entity_data(entity_data: dict) -> dict:
|
||||||
"""Validate entity data. Return validated data or raise EntityStoreValidationException."""
|
"""Validate entity data.
|
||||||
|
|
||||||
|
Return validated data or raise EntityStoreValidationException.
|
||||||
|
"""
|
||||||
try:
|
try:
|
||||||
# return so defaults are applied
|
# return so defaults are applied
|
||||||
return ENTITY_STORE_DATA_SCHEMA(entity_data) # type: ignore[no-any-return]
|
return ENTITY_STORE_DATA_SCHEMA(entity_data) # type: ignore[no-any-return]
|
||||||
|
@ -1234,7 +1234,7 @@ kiwiki-client==0.1.1
|
|||||||
knocki==0.3.1
|
knocki==0.3.1
|
||||||
|
|
||||||
# homeassistant.components.knx
|
# homeassistant.components.knx
|
||||||
knx-frontend==2024.9.4.64538
|
knx-frontend==2024.9.10.221729
|
||||||
|
|
||||||
# homeassistant.components.konnected
|
# homeassistant.components.konnected
|
||||||
konnected==1.2.0
|
konnected==1.2.0
|
||||||
|
@ -1033,7 +1033,7 @@ kegtron-ble==0.4.0
|
|||||||
knocki==0.3.1
|
knocki==0.3.1
|
||||||
|
|
||||||
# homeassistant.components.knx
|
# homeassistant.components.knx
|
||||||
knx-frontend==2024.9.4.64538
|
knx-frontend==2024.9.10.221729
|
||||||
|
|
||||||
# homeassistant.components.konnected
|
# homeassistant.components.konnected
|
||||||
konnected==1.2.0
|
konnected==1.2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user