Skip to content

Commit c8c42d1

Browse files
committed
2023.3: Finalize other noteworthy changes
1 parent f15969f commit c8c42d1

File tree

1 file changed

+13
-24
lines changed

1 file changed

+13
-24
lines changed

source/_posts/2023-03-01-release-20233.markdown

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -268,50 +268,38 @@ the same performance improvements. We'll keep you posted.
268268

269269
## Other noteworthy changes
270270

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-
290271
There is much more juice in this release; here are some of the other
291272
noteworthy changes this release:
292273

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.
294275
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!
296277
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]!
297282
- You can now use templates in the `for` parameter of [state conditions]. Thanks, [@emontnemery]!
298283
- 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.
300285
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!
302287
- If your [ONVIF] camera supports it, it will now provide switch entities
303288
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].
304291
- It looks like [@jesserockz] took a small break from [ESPHome] to implement support
305292
for the SwitchBot Blind Tilt to the [SwitchBot] integrations. Thank you!
306293
- The [OpenAI Conversation] integration now has options to customize it to your liking, thanks [@bendews]!
307294
- [@marcolivierarsenault] added support for [ecobee] ventilator, awesome!
308295
- The [Reolink] integration now provides entities to update the firmware of your camera, control zoom,
309296
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
311298
when configuring it in Home Assistant. Awesome [@farmio]!
312299
- [@thecode] added support for [Shelly] Pro 3EM energy sensors, nice!
313300
- [ScreenLogic] now supports local push updates for almost all entities. Thanks [@dieselrabbit]!
314301

302+
[@bdraco]: https://github.com/bdraco
315303
[@bendews]: https://github.com/bendews
316304
[@dieselrabbit]: https://github.com/dieselrabbit
317305
[@emontnemery]: https://github.com/emontnemery
@@ -322,6 +310,7 @@ noteworthy changes this release:
322310
[@marcelveldt]: https://github.com/marcelveldt
323311
[@marcolivierarsenault]: https://github.com/marcolivierarsenault
324312
[@partofthething]: https://github.com/partofthething
313+
[@piitaya]: https://github.com/piitaya
325314
[@starkillerOG]: https://github.com/starkillerOG
326315
[@thecode]: https://github.com/thecode
327316
[contributed translations]: https://developers.home-assistant.io/docs/translations

0 commit comments

Comments
 (0)