mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-10 09:57:45 +00:00
Fix lint
This commit is contained in:
@@ -21,7 +21,7 @@ type StateConditionData = {
|
||||
condition: "state";
|
||||
entity?: string;
|
||||
invert: "true" | "false";
|
||||
state?: string | string[];
|
||||
state?: string | number | string[];
|
||||
};
|
||||
|
||||
@customElement("ha-card-condition-state")
|
||||
|
Reference in New Issue
Block a user