@@ -268,50 +268,38 @@ the same performance improvements. We'll keep you posted.
268
268
269
269
## Other noteworthy changes
270
270
271
- {% details "TODO" %}
272
-
273
- - Proof read/spelling/grammar
274
- - Last minute ones added?
275
- - Go over list again, might have missed something
276
- - Ability to hide the legend of history graphs
277
-
278
- To consider:
279
- - The speedup on setting up MQTT are pretty massive
280
- - Make mqtt discovery use callback functions ([ @bdraco ] - [ #87883 ] ) ([ mqtt docs] ) (noteworthy)
281
- - Optimize mqtt matchers ([ @bdraco ] - [ #87853 ] ) ([ mqtt docs] ) (noteworthy)
282
- - Avoid creating a task when waiting for the MQTT mid ([ @bdraco ] - [ #87887 ] ) ([ mqtt docs] ) (noteworthy)
283
- - Optimize fetching weekly/monthly/yearly statistics ([ @bdraco ] - [ #87747 ] ) ([ recorder docs] ) (noteworthy)
284
- - Optionally update sensor units when unit system is changed ([ @emontnemery ] - [ #83851 ] ) ([ config docs] ) ([ sensor docs] ) (noteworthy)
285
-
286
- ** Note** : Changes processed up to PR 88451
287
-
288
- {% enddetails %}
289
-
290
271
There is much more juice in this release; here are some of the other
291
272
noteworthy changes this release:
292
273
293
- - You can now change the unit of measurement for sensor that provide power readings.
274
+ - You can now change the unit of measurement for a sensor that provides power readings.
294
275
So, if you like your kW sensor to be displayed as W, that is now possible. Thanks, [ @emontnemery ] !
295
- - All [ contributed translations] are now automatically updated to the latest each release!
276
+ - All [ contributed translations] are now automatically updated with each release!
296
277
This includes patch releases. Thanks, [ @frenck ] .
278
+ - Faster it is! [ @bdraco ] keeps improving the performance, and this release is no exception!
279
+ The statistics should be almost instant now, which is notable on
280
+ the energy dashboard. Lots of MQTT-related performance improvements too!
281
+ - The statistic graph card can now hide the legend, nice and clean [ @piitaya ] !
297
282
- You can now use templates in the ` for ` parameter of [ state conditions] . Thanks, [ @emontnemery ] !
298
283
- Our (opt-in only) {% my analytics %} will now include the database engine and version
299
- you use with your recorder. This helps us making database related decisions and improvements.
284
+ you use with your recorder. This helps us making database- related decisions and improvements.
300
285
Thanks, [ @ludeeus ] !
301
- - [ @marcelveldt ] added support for Smart Scenes (Natural Light) to the [ Philips Hue] integrations, nice !
286
+ - [ @marcelveldt ] added support for Smart Scenes (Natural Light) to the [ Philips Hue] integrations. Nice !
302
287
- If your [ ONVIF] camera supports it, it will now provide switch entities
303
288
for auto-focus, wiper, and IR lights. Thanks, [ @partofthething ] !
289
+ - The input select helper firsts, last, previous, and next services are now also
290
+ available on select entities, thanks [ @frenck ] .
304
291
- It looks like [ @jesserockz ] took a small break from [ ESPHome] to implement support
305
292
for the SwitchBot Blind Tilt to the [ SwitchBot] integrations. Thank you!
306
293
- The [ OpenAI Conversation] integration now has options to customize it to your liking, thanks [ @bendews ] !
307
294
- [ @marcolivierarsenault ] added support for [ ecobee] ventilator, awesome!
308
295
- The [ Reolink] integration now provides entities to update the firmware of your camera, control zoom,
309
296
and control auto-focus. Thanks [ @starkillerOG ] !
310
- - [ KNX] Data Secure support is added, and importing your Keyfile to use it is now super easy, just upload it from your browser
297
+ - [ KNX] Data Secure support is added, and importing your Keyfile to use it is now super easy. Just upload it from your browser
311
298
when configuring it in Home Assistant. Awesome [ @farmio ] !
312
299
- [ @thecode ] added support for [ Shelly] Pro 3EM energy sensors, nice!
313
300
- [ ScreenLogic] now supports local push updates for almost all entities. Thanks [ @dieselrabbit ] !
314
301
302
+ [ @bdraco ] : https://github.com/bdraco
315
303
[ @bendews ] : https://github.com/bendews
316
304
[ @dieselrabbit ] : https://github.com/dieselrabbit
317
305
[ @emontnemery ] : https://github.com/emontnemery
@@ -322,6 +310,7 @@ noteworthy changes this release:
322
310
[ @marcelveldt ] : https://github.com/marcelveldt
323
311
[ @marcolivierarsenault ] : https://github.com/marcolivierarsenault
324
312
[ @partofthething ] : https://github.com/partofthething
313
+ [ @piitaya ] : https://github.com/piitaya
325
314
[ @starkillerOG ] : https://github.com/starkillerOG
326
315
[ @thecode ] : https://github.com/thecode
327
316
[ contributed translations ] : https://developers.home-assistant.io/docs/translations
0 commit comments