You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ media_lights_sync:
73
73
| `use_saturated_colors` | True | bool | `false` | Increase the saturation and brightness of the colors. |
74
74
| `use_current_brightness` | True | bool | `false` | Do not change lights brightness. If `false`, it will always sets all lights to maximum brightness. |
75
75
| `transition` | True | number | `null` | Number that represents the time (in seconds) the light should take to transition to new states. |
76
-
| `condition` | True | object | | Sync lights only if the state of the condition entity is valid. |
76
+
| `condition` | True | object | | Sync lights only if the state of the condition entity is True. |
77
77
| `condition.entity` | False | string | | The entity_id of the condition. |
78
78
| `condition.state` | False | string | | The state to match in order for the lights to sync. |
0 commit comments