Skip to content

Commit

Permalink
Add missing label_id and floor_id key in action struct (#21753)
Browse files Browse the repository at this point in the history
* Add missing label_id key in action struct

* Add missing floor_id key in action struct
  • Loading branch information
piitaya authored Aug 21, 2024
1 parent 5e486d9 commit 77d8aff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/panels/lovelace/editor/structs/action-struct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ 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())])),
})
),
confirmation: optional(actionConfigStructConfirmation),
Expand Down

0 comments on commit 77d8aff

Please sign in to comment.