Improve HomeAssistant Compatibility
Addresses #160:
- Adds a new
group_state_field
calledcomputed_color
, which behaves the same ascolor
when a device is in rgb mode, but sends rgb=255,255,255 (i.e., white) when not in rgb mode. - This will improve how espMH interfaces with HomeAssistant. When bulbs not in RGB mode, the bulb icon in HASS will show up as yellow instead of the last known RGB color.
computed_color
is now in the list of default group state fields. color has been removed.