Fix brightness_pct in light device turn_on action (#5201)

This commit is contained in:
Franck Nijhof 2020-03-14 05:58:34 +01:00 committed by GitHub
parent 17e04589d0
commit 17f3299152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ export const fetchDeviceTriggerCapabilities = (
const whitelist = [
"above",
"below",
"brightness",
"brightness_pct",
"code",
"for",
"position",