mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Only load Peblar customization update entity when present (#134526)
This commit is contained in:
parent
cc0adcf47f
commit
e15eda3aa2
@ -62,6 +62,7 @@ async def async_setup_entry(
|
|||||||
description=description,
|
description=description,
|
||||||
)
|
)
|
||||||
for description in DESCRIPTIONS
|
for description in DESCRIPTIONS
|
||||||
|
if description.has_fn(entry.runtime_data.version_coordinator.data)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user