Don’t know why I didn’t think of this! The Wyze Integration in Home assistant shows the color and intensity as the icon for the device. I was able to change the bulb’s settings in the Wyze app and watch the icon change color within a few seconds in HA. Clicking on the device reveals the exact color and intensity (though not the color temperature).
- Night Light: RGB(255 166 087) / #FFA657 @ 1%
- Cozy: RGB(255 198 151) / #FFC697 @75%
- Bright: RGB(255 222 195) / #FFDEC3 @ 100%
- Energized: RGB(255 241 228) / #FFF1E4 @ 50%
You can 100% do this in Home Assistant, and easily. Below is a screenshot of the automations UI, You can see I opted to create a new scene for action, and you can take a snapshot of the current state of any number of devices. What is really nice is they recently added rooms, so you could specify all lights in a room, etc. Going back a step, there is an option to delete a dynamically created scene. I’d imagine this would end up being a script that gets called by an automation (which can be triggered by anything, really).
I’m thinking you might be following me down the HA rabbit hole soon.