From a3d5c06aa7ea03910fb874d316a9a39a51ebe7ce Mon Sep 17 00:00:00 2001 From: cogneato Date: Fri, 21 Feb 2020 12:07:25 -0700 Subject: [PATCH] Added breaking change description for Glances (#12154) * Added breaking change description for Glances * :pencil2: Tweak Co-authored-by: Franck Nijhof --- source/_posts/2020-02-26-release-106.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_posts/2020-02-26-release-106.markdown b/source/_posts/2020-02-26-release-106.markdown index 738ca7fe160e..89f37aa4f61a 100644 --- a/source/_posts/2020-02-26-release-106.markdown +++ b/source/_posts/2020-02-26-release-106.markdown @@ -180,6 +180,8 @@ Experiencing issues introduced by this release? Please report them in our [issue - **Météo-France** - Météo-France now supports the configuration flow and is now available to be added as an integration from the integrations UI! There are no more `monitored_conditions` and all sensors will be added automatically. - ([@Quentame] - [#29927]) ([meteo_france docs]) +- **Glances** - Glances sensors are now dynamically added, which results in entities having new names, in particular sensors for mounted disks and temperature. You will need to remove the existing configuration and re-add it, and adjust for any automations you have using the new entity names. - ([@engrbm87] - [#28639]) ([glances docs]) + - **Service Calls** - Service calls that reference non-existing entities will now log a warning instead of silently being omitted. If you are using a template and want to select no entities, you need to pass `none` instead. The TTS integration will no longer target all media players if no entity ID passed in. You need to specify `all` instead. - ([@balloob] - [#31427]) - **Light** - It is no longer allowed to pass both `brightness` and `brightness_pct` to `light.turn_on` service. Previously passing both would have used `brightness_pct`. - ([@balloob] - [#31452]) ([light docs])