mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Also show hardware integration if it has options (#25006)
also show hardware integration if it has options
This commit is contained in:
parent
20d357fb13
commit
0541270695
@ -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
|
||||
)
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user