2021.10: Other noteworty section

This commit is contained in:
Franck Nijhof 2021-10-06 15:14:10 +02:00
parent fed7b31700
commit 15323ac824
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -174,27 +174,31 @@ TODO:
There is much more juice in this release; here are some of the other There is much more juice in this release; here are some of the other
noteworthy changes this release: noteworthy changes this release:
- Add select entity to Logitech Harmony ([@Aohzan] - [#53943]) ([harmony docs]) - The energy dashboard now supports gas sensors that use kWh as the unit of
- System Bridge 2.5.0 - Additional Sensors ([@timmo001] - [#53892]) ([system_bridge docs]) (breaking-change) measurement.
- Add input_select and select domain support for HomeKit ([@ha0y] - [#54760]) ([homekit docs]) - We have a new dev tool available for long-term statistics. This tool
- Allow device_id template function to use device name as input ([@raman325] - [#55474]) can be helpful when you need to resolve issues or warnings with the statistics.
- Add support for Xiaomi Miio Air Purifier 3C ([@bieniu] - [#55484]) ([xiaomi_miio docs]) {% my developer_statistics badge %}
- Improvements to the solarlog integration ([@Ernst79] - [#55405]) ([solarlog docs]) - The Shelly team has been busy and added support for the new, next-generation,
- Add vacation mode to manual alarm_control_panel ([@mbo18] - [#55340]) ([demo docs]) ([manual docs]) Shelly devices. Also known as Gen2 or Plus devices (which are WebSocket RPC
- Add services to Renault integration ([@epenet] - [#54820]) ([renault docs]) based).
- Add device tracker platform to Renault integration ([@epenet] - [#54745]) ([renault docs]) (breaking-change) (new-platform) - The TP-Link Kasa Smart integration had a lot of love and improvements: support
- ADD: generalize regex_findall ([@koying] - [#54584]) for new devices, configurable via the UI and device discovery. It fixes the
- Add is_number template filter and function ([@emontnemery] - [#56705]) famous and disliked "unavailable" bug! Thanks [@rytilahti]!
- Update icons for MDI 6 ([@bramkragten] - [#56170]) ([homematic docs]) ([coinbase docs]) ([habitica docs]) ([icloud docs]) ([jewish_calendar docs]) ([ebox docs]) ([fido docs]) - [@Aohzan] adjusted the Logitech Harmony integration to have a select
- deCONZ use siren platform ([@Kane610] - [#56397]) ([deconz docs]) entity to change the activity. Very handy!
- ESPHome Noise Transport Encryption support ([@OttoWinter] - [#56216]) ([esphome docs]) - HomeKit now supports the `select` and `input_select` entities, thanks to [@ha0y]!
- Add binary_sensor to switchbot ([@RenierM26] - [#56415]) ([switchbot docs]) (new-platform) - [@Kane610] added support to deCONZ for the Siren entity.
- Add sensor to switchbot platform ([@RenierM26] - [#56416]) ([switchbot docs]) (new-platform) - The manual alarm control panel now supports vacation mode, thanks [@mbo18]!
- Allow gas to be in kWh (#10075) @bramkragten - [@koying] added a new template method: `regex_findall`, that can return
- Statistics dev tools (#10074) @bramkragten a list of all matches of a regular expression.
- Update Material Design Icons to `v6.1.95` (#10002) @goyney - [@emontnemery] added more template goodness by adding the `is_number`
- Add state_color support to entity card (#9617) @spacegaier function and filter that can be used to quickly determine if a value is
- Add refresh button to history panel (#9958) @spacegaier a number or not.
- The Lovelace entity card now supports setting the icon to change color when
the entity is active (`state_color`). Thanks, [@spacegaier]
- The SwitchBot integration is receiving a lot of love from [@RenierM26]!
A bunch of new platforms, configuration via the UI, nice work!
## New Integrations ## New Integrations