File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Ever wanted your Govee lights to actually *talk* to Home Assistant? This integra
2828
2929- ** Full light control** — brightness, RGB colors, color temp, the works
3030- ** Scene magic** — your Govee scenes become HA scenes
31- - ** RGBIC segment control** — paint each segment a different color
31+ - ** RGBIC segment control** — paint each segment a different color OR control all segments together as one
3232- ** Real-time sync** — optional MQTT for instant updates (bye-bye polling lag)
3333
3434---
@@ -66,6 +66,23 @@ Enter your API key. Want instant updates? Add your Govee email/password for MQTT
6666
6767---
6868
69+ ## RGBIC Segment Control
70+
71+ For devices with RGB segments (like LED strips), you can choose how to control them:
72+
73+ | Mode | Use Case |
74+ | ------| ----------|
75+ | ** Individual Segments** | Control each segment separately with different colors (default) |
76+ | ** Grouped Segments** | Control all segments together as a single light — perfect for synchronized effects |
77+ | ** Disabled** | Hide all segment entities if you don't need them |
78+
79+ ** To change the mode:**
80+ 1 . Go to ** Settings** → ** Devices & Services** → ** Govee** → ** Configure**
81+ 2 . Set "Segment control mode" to your preference
82+ 3 . Save — entities are automatically updated
83+
84+ ---
85+
6986## Real-time Updates
7087
7188Polling is * so* 2020. Add your Govee account credentials during setup for instant state sync via AWS IoT MQTT.
You can’t perform that action at this time.
0 commit comments