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:
wollew
2026-08-24 20:10:19 +02:00
committed by GitHub
co-authored by karwosts
parent 643e8934b4
commit d288cfd30a
+3
View File
@@ -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",
},