Add Hs_color to types

This commit is contained in:
Zack Arnett 2018-10-29 20:12:20 -04:00
parent 410b66d40f
commit f7458b8d41

View File

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