mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Fix brightness_pct in light device turn_on action (#5201)
This commit is contained in:
parent
17e04589d0
commit
17f3299152
@ -69,7 +69,7 @@ export const fetchDeviceTriggerCapabilities = (
|
|||||||
const whitelist = [
|
const whitelist = [
|
||||||
"above",
|
"above",
|
||||||
"below",
|
"below",
|
||||||
"brightness",
|
"brightness_pct",
|
||||||
"code",
|
"code",
|
||||||
"for",
|
"for",
|
||||||
"position",
|
"position",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user