Also show hardware integration if it has options (#25006)

also show hardware integration if it has options
This commit is contained in:
Bram Kragten 2025-04-11 11:39:54 +02:00 committed by GitHub
parent 20d357fb13
commit 0541270695
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -221,8 +221,9 @@ class HaConfigIntegrationsDashboard extends KeyboardShortcutMixin(
const allEntries = [
...configEntries.filter(
(entry) =>
entry.supports_options ||
this._manifests[entry.domain]?.integration_type !== "hardware" ||
entityEntries.find(
entityEntries.some(
(entity) => entity.config_entry_id === entry.entry_id
)
),