This commit is contained in:
Quentin POLLET
2024-01-22 13:26:47 +00:00
parent 0800acaa8a
commit 2c91e2dbc7

View File

@@ -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")