diff --git a/src/types.ts b/src/types.ts index b0d3fd2a88..5a3e209cfa 100644 --- a/src/types.ts +++ b/src/types.ts @@ -118,5 +118,6 @@ export type LightEntity = HassEntityBase & { max_mireds: number; friendly_name: string; brightness: number; + hs_color: string[]; }; };