UPdate Type for color

This commit is contained in:
Zack Arnett 2018-10-29 22:24:23 -04:00
parent f7458b8d41
commit a5304115f0

View File

@ -118,6 +118,6 @@ export type LightEntity = HassEntityBase & {
max_mireds: number;
friendly_name: string;
brightness: number;
hs_color: string[];
hs_color: number[];
};
};