mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 06:46:35 +00:00
Update whitelist (#5026)
This commit is contained in:
parent
e50ec2e2e2
commit
42f311a457
@ -66,7 +66,15 @@ export const fetchDeviceTriggerCapabilities = (
|
||||
trigger,
|
||||
});
|
||||
|
||||
const whitelist = ["above", "below", "brightness", "code", "for"];
|
||||
const whitelist = [
|
||||
"above",
|
||||
"below",
|
||||
"brightness",
|
||||
"code",
|
||||
"for",
|
||||
"position",
|
||||
"set_brightness",
|
||||
];
|
||||
|
||||
export const deviceAutomationsEqual = (
|
||||
a: DeviceAutomation,
|
||||
|
Loading…
x
Reference in New Issue
Block a user