Skip to content

Commit 2414bf7

Browse files
committed
2021.11: Other noteworthy changes
1 parent b4e3433 commit 2414bf7

File tree

1 file changed

+44
-45
lines changed

1 file changed

+44
-45
lines changed

source/_posts/2021-11-03-release-202111.markdown

Lines changed: 44 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -276,51 +276,50 @@ to it.
276276
There is much more juice in this release; here are some of the other
277277
noteworthy changes this release:
278278

279-
Raw list of changes (candidates) that need to be processed for this section:
280-
281-
- ZHA support for additional entities on ElectricalMeasurement ZCL cluster ([@Adminiuga] - [#56909]) ([zha docs])
282-
- Allow resetting an MQTT number ([@emontnemery] - [#57161]) ([mqtt docs])
283-
- Enable template icons for template selects ([@JeffLIrion] - [#57092]) ([template docs])
284-
- Add Sure Petcare Felaqua device ([@benleb] - [#56823]) ([surepetcare docs])
285-
- Add energy management for efergy ([@tkdrob] - [#57472]) ([efergy docs])
286-
- Search for areas, devices and entities in script choose actions ([@emontnemery] - [#57554])
287-
- Add Nest WebRTC and support Nest Battery Camera and Nest Battery Doorbell ([@allenporter] - [#57299]) ([camera docs]) ([nest docs])
288-
- Add tamper device class for binary sensor ([@frenck] - [#57632]) ([binary_sensor docs])
289-
- Use separate weather condition for clear night in MetOffice forecasts ([@avee87] - [#55135]) ([metoffice docs])
290-
- Add to the Broadlink integration support for voltage, current, overload and total consumption sensors ([@felipediel] - [#53628]) ([broadlink docs])
291-
- Open garage sensor ([@Danielhiversen] - [#57976]) ([opengarage docs]) (breaking-change) (new-platform)
292-
- Add more sensors to Opengarage ([@Danielhiversen] - [#58042]) ([opengarage docs])
293-
- OpenGarage binary sensor ([@Danielhiversen] - [#58030]) ([opengarage docs]) (new-platform)
294-
- Store automation and script traces ([@emontnemery] - [#56894]) ([automation docs]) ([script docs]) ([trace docs])
295-
- Add auto slider/box mode to number entity ([@frenck] - [#57737]) ([demo docs]) ([number docs])
296-
- Support for Fritz!DECT 500 lightbulbs ([@flabbamann] - [#52830]) ([fritzbox docs]) (new-platform)
297-
- Expose Sonos features as switch entities ([@jjlawren] - [#54502]) ([sonos docs]) (breaking-change)
298-
- Configurable mode for KNX number entity ([@farmio] - [#58268]) ([knx docs])
299-
- feat: Add unit of measurement to KNX number platform ([@marvin-w] - [#58353]) ([knx docs])
300-
- Add support for unit of measurement in MQTT number platform ([@frenck] - [#58343]) ([mqtt docs])
301-
- Add binary sensor to add-ons to show if they are running ([@ludeeus] - [#58120]) ([hassio docs])
302-
- Add speed & intensity controls to wled ([@rytilahti] - [#56862]) ([wled docs])
303-
- Add support for fan groups ([@bdraco] - [#57941]) ([group docs]) (new-platform)
304-
305-
* Add WebRTC stream player (#10193) @allenporter
306-
* Stack gas and solar sources (#10244) @bramkragten
307-
* Update MDI to v6.3.95 (#10313) @goyney
308-
* Update MDI to v6.4.95 (#10389) @goyney
309-
* Hide script/sun from generated Lovelace (#10418) @balloob
310-
* Add "Keep me logged in" checkbox within login flow (#10226) @MartinTuroci
311-
312-
- Add statistics support to nest sensors ([@allenporter] - [#57393]) ([nest docs])
313-
- Add state_class to EnOcean sensors ([@davidlb] - [#57666]) ([enocean docs])
314-
- Support device and state classes for WAQI sensor ([@davidlb] - [#57762]) ([waqi docs])
315-
- Add long-term statistics for AEMET sensors ([@Noltari] - [#57844]) ([aemet docs])
316-
- Add long-term statistics for Tado sensors ([@Noltari] - [#58111]) ([tado docs])
317-
- Enable long-term statistics for OpenWeatherMap sensors ([@dkt01] - [#57781]) ([openweathermap docs])
318-
- Gogogate2 add statistics ([@thomas-svrts] - [#58178]) ([gogogate2 docs])
319-
- Fix plugwise longterm statistics ([@bouwew] - [#58127]) ([plugwise docs])
320-
- Add statistics support to Huisbaasje ([@dennisschroer] - [#54651]) ([huisbaasje docs])
321-
- Add state_class support to Rest ([@koying] - [#58026]) ([rest docs])
322-
- Add long-term statistics for Ondilo ICO ([@TheNogl] - [#58290]) ([ondilo_ico docs])
323-
- Add device_class and state_class as optional attributes to the scrape sensor, to support statistics ([@lukas-hetzenecker] - [#58164]) ([scrape docs])
279+
- Debug traces of automations and scripts are now stored! So you no longer
280+
lose them when you restart Home Assistant. Thanks [@emontnemery]
281+
- [@frenck] adjusted the number entity and it can now be displayed as a slider
282+
instead of an input box. Home Assistant will automatically figure out which
283+
is the best to use.
284+
- Add support for fan groups! Thanks [@bdraco]!
285+
- Thanks to [@ludeeus], the Supervisor integration now has binary sensors that
286+
can tell you which add-on is running or not.
287+
- [@allenporter] blew our minds this release by adding initial support for
288+
WebRTC streams and cameras to Home Assistant.
289+
- But had a good reason, he added support for Nest Battery Cameras
290+
and Nest battery Doorbell Cameras to Home Assistant! Thanks [@allenporter]!
291+
- When you log in to Home Assistant, there is now a "Keep me logged in"
292+
checkbox! Awesome [@MartinTuroci](http://github.com/MartinTuroci)
293+
- [@goyney](https://github.com/goyney) updated the Material Design Icon to
294+
version v6.4.95 ensuring we have all the latest icons available in our new
295+
beautiful icon picker.
296+
- Sure PetCare now supports the Felaqua devices, thanks [@benleb]!
297+
- The MQTT number platform now has support for providing a unit of measurement
298+
and resetting the number field (by [@frenck] and [@emontnemery]).
299+
- The Broadlink integration added sensors for voltage, current, overload,
300+
and total consumption. Thanks [@felipediel]!
301+
- WLED now has the much requested sliders for speed & intensity controls.
302+
Thanks, [@rytilahti]!
303+
- OpenGarage has seens lots of updates and love from [@Danielhiversen], adding
304+
lots of sensors in the process.
305+
306+
Adding support for long-term statistics is a much requested feature; This
307+
release adds support for long-term statistics to the following integrations:
308+
309+
- AEMET (thanks [@Noltari])
310+
- Efery (thanks [@tkdrob])
311+
- EnOcean (thanks [@davidlb])
312+
- Gogogate2 (thanks [@thomas-svrts])
313+
- Huisbaasje (thanks [@dennisschroer])
314+
- Nest (thanks [@allenporter])
315+
- Ondilo ICO (thanks [@TheNogl])
316+
- OpenWeatherMap (thanks [@dkt01])
317+
- Plugwise (thanks [@bouwew])
318+
- REST (thanks [@koying])
319+
- Scrape sensor (thanks [@lukas-hetzenecker])
320+
- Tado (thanks [@Noltari])
321+
- Tado sensors (thanks [#58111])
322+
- WAQI (thanks [@davidlb])
324323

325324
## New Integrations
326325

0 commit comments

Comments
 (0)