For anybody using the White Series 2-in-1 on Home Assistant, this is an incredibly useful integration: GitHub - cobryan05/ha-color-notify: ColorNotify: Home Assistant integration to manage smartbulb color notifications
This integration allows you to easily prioritize notifications for display using the RGB endpoint making it easy to use the RGB endpoint for multiple notifications.
Its pretty easy to use. First, you set up the particular RGB endpoint as a “light” in the integration. Then you define a pool of prioritized color notifications or patterns. For example, I have a red color with a priority of 1000,Green with 700, Yellow with 700, Orange with 300. The integration creates a switch device for each of these colors/priorities (thus, 4 switches). When you turn on one or more of these switches, the integration looks at the priority and sets the notification light to the highest priority color. If there are more than one color with the same priority, the integration will cause the colors to cycle.
Really useful if you have multiple automations which might want to set a notification color.