Skip to content

Commit 91386aa

Browse files
committed
Update docs.
1 parent b15ea22 commit 91386aa

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

ADVANCED_OPTIONS.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,21 @@ An example of hide camera's floodlight (`floodlight_switch`):
8080
}
8181
```
8282

83+
### Enable Adaptive Lighting
84+
85+
```js
86+
{
87+
"options": {
88+
// ...
89+
"deviceOverrides": [{
90+
"id": "{device_id}",
91+
"adaptiveLighting": true
92+
}]
93+
}
94+
}
95+
```
96+
97+
8398
### Offline as off
8499

85100
If you want to display off status when device is offline:

0 commit comments

Comments
 (0)