Change behavior to add all devices to Home Assistan, whether they are hidden in the Plejd app or not
This commit is contained in:
parent
42bf415fa5
commit
56870879b8
5 changed files with 2 additions and 37 deletions
|
|
@ -17,9 +17,7 @@ class SceneManager {
|
|||
}
|
||||
|
||||
init() {
|
||||
const scenes = this.deviceRegistry
|
||||
.getApiSite()
|
||||
.scenes.filter((x) => x.hiddenFromSceneList === false);
|
||||
const scenes = [...this.deviceRegistry.getApiSite().scenes];
|
||||
|
||||
this.scenes = {};
|
||||
scenes.forEach((scene) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue