From 3ccab8dcbe1120e8dca9d9f7ceab9c05eba45d7c Mon Sep 17 00:00:00 2001 From: Tom Brien Date: Thu, 8 Apr 2021 18:31:37 +0100 Subject: [PATCH] Fix MQTT Light Breaking Change details header (#17329) --- source/_posts/2021-04-07-release-20214.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_posts/2021-04-07-release-20214.markdown b/source/_posts/2021-04-07-release-20214.markdown index aff71ac214e..7fb6f91e7b2 100644 --- a/source/_posts/2021-04-07-release-20214.markdown +++ b/source/_posts/2021-04-07-release-20214.markdown @@ -694,7 +694,7 @@ to adjust them to match this change. {% enddetails %} -{% details "MQTT" %} +{% details "MQTT Fan" %} The [fan entity model](https://developers.home-assistant.io/docs/core/entity/fan/) has been changed. This impacts the way the MQTT Fan supports speeds and the @@ -802,7 +802,7 @@ safely removed from your YAML configuration. {% enddetails %} -{% details "SolarEdge" %} +{% details "MQTT Light" %} MQTT JSON light now supports `color_mode` which should be used together with `supported_color_modes` to signal the light's features.