Skip to content

Commit

Permalink
Update src/ha/panels/lovelace/editor/structs/action-struct.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya authored Aug 21, 2024
1 parent cdbb3e8 commit 631c923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ha/panels/lovelace/editor/structs/action-struct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const actionConfigStructService = object({
entity_id: optional(union([string(), array(string())])),
device_id: optional(union([string(), array(string())])),
area_id: optional(union([string(), array(string())])),
floor_id: optional(union([string(), array(string())])),
label_id: optional(union([string(), array(string())])),
})
),
Expand Down

0 comments on commit 631c923

Please sign in to comment.