We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15ea22 commit 91386aaCopy full SHA for 91386aa
1 file changed
ADVANCED_OPTIONS.md
@@ -80,6 +80,21 @@ An example of hide camera's floodlight (`floodlight_switch`):
80
}
81
```
82
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
98
### Offline as off
99
100
If you want to display off status when device is offline:
0 commit comments