Add blog post about LightEntity losing white_value (#1436)

This commit is contained in:
Erik Montnemery 2022-08-18 14:21:11 +02:00 committed by GitHub
parent e17fd9ca59
commit ecafe79075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).