Update whitelist (#5026)

This commit is contained in:
Erik Montnemery 2020-02-29 14:09:14 +01:00 committed by GitHub
parent e50ec2e2e2
commit 42f311a457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,15 @@ export const fetchDeviceTriggerCapabilities = (
trigger, trigger,
}); });
const whitelist = ["above", "below", "brightness", "code", "for"]; const whitelist = [
"above",
"below",
"brightness",
"code",
"for",
"position",
"set_brightness",
];
export const deviceAutomationsEqual = ( export const deviceAutomationsEqual = (
a: DeviceAutomation, a: DeviceAutomation,