Skip to content

Commit

Permalink
Added breaking change description for Glances (home-assistant#12154)
Browse files Browse the repository at this point in the history
* Added breaking change description for Glances

* ✏️ Tweak

Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
cogneato and frenck authored Feb 21, 2020
1 parent c8f69ae commit a3d5c06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/_posts/2020-02-26-release-106.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit a3d5c06

Please sign in to comment.