mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +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": [
|
||||
"xknx==3.1.1",
|
||||
"xknxproject==3.7.1",
|
||||
"knx-frontend==2024.9.4.64538"
|
||||
"knx-frontend==2024.9.10.221729"
|
||||
],
|
||||
"single_config_entry": true
|
||||
}
|
||||
|
@ -38,7 +38,10 @@ def parse_invalid(exc: vol.Invalid) -> _ErrorDescription:
|
||||
|
||||
|
||||
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:
|
||||
# return so defaults are applied
|
||||
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
|
||||
|
||||
# homeassistant.components.knx
|
||||
knx-frontend==2024.9.4.64538
|
||||
knx-frontend==2024.9.10.221729
|
||||
|
||||
# homeassistant.components.konnected
|
||||
konnected==1.2.0
|
||||
|
@ -1033,7 +1033,7 @@ kegtron-ble==0.4.0
|
||||
knocki==0.3.1
|
||||
|
||||
# homeassistant.components.knx
|
||||
knx-frontend==2024.9.4.64538
|
||||
knx-frontend==2024.9.10.221729
|
||||
|
||||
# homeassistant.components.konnected
|
||||
konnected==1.2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user