Update knx-frontend to 2024.9.10.221729 (#125734)

This commit is contained in:
Matthias Alphart 2024-09-11 12:23:23 +02:00 committed by GitHub
parent 8e026bf95d
commit eb5390b94d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 4 deletions

View File

@ -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
}

View File

@ -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]

View File

@ -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

View File

@ -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