mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +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 = [
|
const allEntries = [
|
||||||
...configEntries.filter(
|
...configEntries.filter(
|
||||||
(entry) =>
|
(entry) =>
|
||||||
|
entry.supports_options ||
|
||||||
this._manifests[entry.domain]?.integration_type !== "hardware" ||
|
this._manifests[entry.domain]?.integration_type !== "hardware" ||
|
||||||
entityEntries.find(
|
entityEntries.some(
|
||||||
(entity) => entity.config_entry_id === entry.entry_id
|
(entity) => entity.config_entry_id === entry.entry_id
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user