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

This commit is contained in:
Franck Nijhof 2025-01-03 10:51:05 +01:00
parent 96936f5f4a
commit ea82c1b73e
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

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