diff --git a/blog/2022-08-18-light_white_value_removed.md b/blog/2022-08-18-light_white_value_removed.md new file mode 100644 index 00000000..c5bb0854 --- /dev/null +++ b/blog/2022-08-18-light_white_value_removed.md @@ -0,0 +1,14 @@ +--- +author: Erik Montnemery +authorURL: https://github.com/emontnemery +title: "LightEntity no longer supports white_value" +--- + +`LightEntity` no longer supports `white_value`, it's replaced by +[color mode](/docs/core/entity/light#color-modes) `white`. + +### Background +Light's `white_value` was deprecated in Home Assistant Core 2021.4 by +[PR #47720](https://github.com/home-assistant/core/pull/47720) +and replaced by color mode `white` in Home Assistant Core 2021.7 by +[PR #51411](https://github.com/home-assistant/core/pull/51411).