mirror of
https://github.com/home-assistant/frontend.git
synced 2026-09-12 11:39:01 +01:00
Add supported_speeds parameter for cover movement actions (#53572)
add supported_speeds for cover service actions Co-authored-by: karwosts <32912880+karwosts@users.noreply.github.com>
This commit is contained in:
@@ -304,6 +304,9 @@ export const DOMAIN_OPTIONS_ATTRIBUTES: Record<
|
||||
swing_mode: "swing_modes",
|
||||
swing_horizontal_mode: "swing_horizontal_modes",
|
||||
},
|
||||
cover: {
|
||||
speed: "supported_speeds",
|
||||
},
|
||||
event: {
|
||||
event_type: "event_types",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user