Only load Peblar customization update entity when present (#134526)

pull/134536/head
Franck Nijhof 2025-01-03 10:51:05 +01:00 committed by GitHub
parent cc0adcf47f
commit e15eda3aa2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ async def async_setup_entry(
description=description,
)
for description in DESCRIPTIONS
if description.has_fn(entry.runtime_data.version_coordinator.data)
)