Change behavior to add all devices to Home Assistan, whether they are hidden in the Plejd app or not

This commit is contained in:
Victor Hagelbäck 2021-06-21 12:06:08 +02:00
parent 42bf415fa5
commit 56870879b8
5 changed files with 2 additions and 37 deletions

View file

@ -7,9 +7,6 @@ export interface OutputDevice {
deviceId: string;
dim?: number;
dimmable: boolean;
hiddenFromRoomList?: boolean;
hiddenFromIntegrations?: boolean;
hiddenFromSceneList?: boolean;
name: string;
output: number;
roomId: string | undefined;