mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-14 21:06:28 +00:00
Add blog post about LightEntity losing white_value (#1436)
This commit is contained in:
parent
e17fd9ca59
commit
ecafe79075
14
blog/2022-08-18-light_white_value_removed.md
Normal file
14
blog/2022-08-18-light_white_value_removed.md
Normal 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).
|
Loading…
x
Reference in New Issue
Block a user