mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +00:00
UPdate Type for color
This commit is contained in:
parent
f7458b8d41
commit
a5304115f0
@ -118,6 +118,6 @@ export type LightEntity = HassEntityBase & {
|
||||
max_mireds: number;
|
||||
friendly_name: string;
|
||||
brightness: number;
|
||||
hs_color: string[];
|
||||
hs_color: number[];
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user