mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 23:06:40 +00:00
Update whitelist (#5026)
This commit is contained in:
parent
e50ec2e2e2
commit
42f311a457
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user