From 30e8c5a06e6444fed161eea55e0ab70d87538ce3 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 3 May 2022 17:29:14 +0200 Subject: [PATCH] 2022.5: Finish up other noteworthy section --- .../_posts/2022-05-04-release-20225.markdown | 37 ++++++++----------- 1 file changed, 15 insertions(+), 22 deletions(-) diff --git a/source/_posts/2022-05-04-release-20225.markdown b/source/_posts/2022-05-04-release-20225.markdown index 4276235e40c..e86b6b002b3 100644 --- a/source/_posts/2022-05-04-release-20225.markdown +++ b/source/_posts/2022-05-04-release-20225.markdown @@ -590,47 +590,40 @@ and (custom) integration and dashboard card developers. ## Other noteworthy changes -{% details "TODO" %} - -- Revisit / recheck for other, newer and/or better items -- Check contents/spelling/grammar/order - -{% enddetails %} - There is much more juice in this release; here are some of the other noteworthy changes this release: -- Every script now automatically gets an unique ID, which means you can edit - their name, icon, and assign them to areas straight from the UI! +- Every script now automatically gets a unique ID, which means you can edit + their name, icon and assign them to areas straight from the UI! Thanks, [@frenck]! -- If you run Z-Wave JS server manually in for example, a Docker container, it - will now be automatically discovered on your network. Thanks [@raman325]! -- Template entities now have a `this` variable availble, which is reference - to state of the template entity itself. Awesome work [@akloeckner] and +- If you run the Z-Wave JS server manually in, for example, a Docker container, + it will now be automatically discovered on your network. Thanks [@raman325]! +- Template entities now have a `this` variable available, which is a reference + to the state of the template entity itself. Awesome work [@akloeckner] and [@emontnemery]! - Running Home Assistant Core or Container? [@frenck] added the {% my developer_call_service service="backup.create" %} service to the [backup] integration allowing you to create an automation to create backups on a schedule. -- [@sisimomo] added Markdown support to Blueprint input descriptions, allow - you to add links to e.g., documentation in your Blueprints. -- [Sonos] now has a favorites sensor, so you can access and use your favorites - in your automations, scripts and templates. Thanks [@jjlawren]! -- [@dmulcahey] added support for configuring the power on state, of devices - that have this configuration option, to [ZHA]. Nice! +- [@sisimomo] added Markdown support to Blueprint input descriptions, allowing + you to add links to, for example, documentation in your Blueprints. +- [Sonos] now has a favorites sensor so that you can access and use your + favorites in your automations, scripts, and templates. Thanks [@jjlawren]! +- [@dmulcahey] added support for configuring the power-on state of devices + that have this configuration option to [ZHA]. Nice! - Sensors now have a new device class available: "duration". Thanks, [@bdraco]! - The output of [Media Selector] can now be directly used with play media service calls in your Blueprints. Awesome, [@emontnemery]! - [@raman325] added frontend support for Sirens, so you can actually turn one on from the UI. 🚨 Alarming news [@raman325]! -- [@frenck] added an persons attribute to zones, which indicates who is +- [@frenck] added a persons attribute to zones, which indicates who is currently in a zone. - When customizing the device class / "Show as" of an entity in the UI, you can - now set it to nothing/emtpy as well. Thanks, [@zsarnett]! + now set it to nothing/empty as well. Thanks, [@zsarnett]! - [@rdfurman] Added support to the [Honeywell] Total Connect Comfort (US) integration for outdoor sensors. Awesome! - [Philips TV] now provides a switch to turn on/off the "Ambilight+Hue" syncing - if your TV model supports that. Thanks, [@bramstroker]! + (if your TV model supports that). Thanks, [@bramstroker]! [@akloeckner]: https://github.com/akloeckner [@bdraco]: https://github.com/bdraco