Skip to content

Fix invalid LightEntity color mode for HA 2026 (ColorMode.WHITE -> BRIGHTNESS) - #591

Open
Aldorus wants to merge 1 commit into
albertogeniola:masterfrom
Aldorus:fix/light-color-mode-white-ha-2026
Open

Fix invalid LightEntity color mode for HA 2026 (ColorMode.WHITE -> BRIGHTNESS)#591
Aldorus wants to merge 1 commit into
albertogeniola:masterfrom
Aldorus:fix/light-color-mode-white-ha-2026

Conversation

@Aldorus

@Aldorus Aldorus commented Mar 13, 2026

Copy link
Copy Markdown

What

Home Assistant 2026 rejects ColorMode.WHITE in light entities, causing Meross dimmer entities to fail during registration with:

sets invalid supported color modes {<ColorMode.WHITE: 'white'>}

This PR updates Meross light wrappers to use ColorMode.BRIGHTNESS instead.

Why

Without this fix, affected light entities (notably MSS560x dimmers) are discovered but not added to HA.

Related

@stolksdorf

Copy link
Copy Markdown

Can confirm that these changes fixed my MSS560m switch not showing up with interactable entities. Thanks for figuring out a huge headache for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants