Skip to content

Commit 7450b7e

Browse files
Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
1 parent 863658b commit 7450b7e

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

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

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ didn't stop anybody from stuffing this release with many great improvements!
2222

2323
As the release title most fittingly puts it, most features of this release
2424
show up in dialogs. New dialogs, restyled dialogs, new features that appear
25-
in dialogs, and all sorts of new dialogues can you have with Assist. Something
25+
in dialogs, and all sorts of new dialogues you can have with Assist. Something
2626
with "dialogs" all over these release notes!
2727

2828
Besides dialogs, this release brings in three new integrations, updates to
@@ -42,7 +42,7 @@ Enjoy the release!
4242
- [Asking Assist for the current state of things](#asking-assist-for-the-current-state-of-things)
4343
- [Cleaner entity information dialogs](#cleaner-entity-information-dialogs)
4444
- [New dialogs for lights, switches and siren entities](#new-dialogs-for-lights-switches-and-siren-entities)
45-
- [Sensor precision](#sensor-precision)
45+
- [Sensor display precision](#sensor-display-precision)
4646
- [New create automation dialog](#new-create-automation-dialog)
4747
- [Thread \& Matter](#thread--matter)
4848
- [Python 3.11 support](#python-311-support)
@@ -91,7 +91,7 @@ settings screen.
9191
This release updates Assist with the capability to ask for the state of things
9292
around your home. For example:
9393

94-
<img class="no-shadow" src='/images/blog/2023-03/ask-assist-for-states.png' alt='Screenshot showing the assist conversation dialog demonstrating new new intents to get the state of things in your home.'>
94+
<img class="no-shadow" src='/images/blog/2023-03/ask-assist-for-states.png' alt='Screenshot showing the assist conversation dialog demonstrating new intents to get the state of things in your home.'>
9595

9696
Intents for three types of questions have been added:
9797

@@ -103,7 +103,7 @@ Intents for three types of questions have been added:
103103
- _"Are any lights on in the bedroom?"_
104104
- _"Are all windows closed in the kitchen?"_
105105
- How many or which questions:
106-
- _"How many lights on are in the office?"_
106+
- _"How many lights are on in the office?"_
107107
- _"Which doors are open?"_
108108

109109
Thanks, [@synesthesiam] for implementing this, and thanks to language leaders
@@ -117,7 +117,7 @@ Read more about [contributing sentences in our documentation](https://developers
117117

118118
## Cleaner entity information dialogs
119119

120-
The entity information dialog (also known as the more-info dialogs) got some
120+
The entity information dialog (also known as the more-info dialog) got some
121121
nice improvements in this release.
122122

123123
<img class="no-shadow" src='/images/blog/2023-03/new-entity-dialog.png' alt='Screenshot showing the new entity information dialogs, highlighting the top bar changes.'>
@@ -155,15 +155,15 @@ controls that come with the cleaner look we discussed in the previous paragraph.
155155
[@matthiasdebaat]: https://github.com/matthiasdebaat
156156
[@piitaya]: https://github.com/piitaya
157157

158-
## Sensor precision
158+
## Sensor display precision
159159

160160
Got a sensor that has too many decimals in its numeric value? Would you like
161-
to round it to a single or maybe even no decimals?
161+
to display it rounded to a single or maybe even no decimals?
162162

163163
Just ~~create a template sensor~~ change it directly from the UI!
164164

165165
<img class="no-shadow" src='/images/blog/2023-03/entity-precision.png' alt='Screenshot showing you can now set the numerical
166-
precision of an sensor entity value from the entity settings dialog.'>
166+
precision of a sensor entity value shown in the UI from the entity settings dialog.'>
167167

168168
Thanks [@emontnemery] for building out this feature!
169169

@@ -187,7 +187,7 @@ You can now quickly find and pick a Blueprint to use for your automation or
187187
create one from scratch. The overall look and feel is much more modern, and
188188
fits our current design better.
189189

190-
<img class="no-shadow" src='/images/blog/2023-03/new-automation-dialog.png' alt='Screenshot showing the improved createnew automation dialogs, which allows easily start an new automation from a blueprint or from scratch.'>
190+
<img class="no-shadow" src='/images/blog/2023-03/new-automation-dialog.png' alt='Screenshot showing the improved createnew automation dialogs, which allows easily starting a new automation from a blueprint or from scratch.'>
191191

192192
You may notice it now shows author information in this dialog. If you create
193193
Blueprints, you can now add [author information] to your Blueprint,
@@ -224,7 +224,7 @@ now connect, for example, your Hue hub over Matter!
224224
Two Philips Hue bridges connected using Matter, and it is fast!
225225
</p>
226226

227-
Althought, if you want to connect your Hue hub, we of course recommend using
227+
Although, if you want to connect your Hue hub, we of course recommend using
228228
the dedicated [Hue integration](/integrations/hue), which will provide a much
229229
more stable and feature rich solution. Nevertheless, having bridge support is
230230
a huge milestone!
@@ -242,7 +242,7 @@ Support for Python 3.11 is here! 🐍
242242

243243
This change is only interesting if you manually run Home Assistant
244244
directly in Python (the Home Assistant Core installation method). If that
245-
is the case, you can now start using Home Assistant using Python 3.11, which
245+
is the case, you can now start using Home Assistant with Python 3.11, which
246246
should dramatically improve performance over previous Python versions.
247247

248248
We are also working on upgrading to Python 3.11 for our Home Assistant OS,
@@ -377,8 +377,8 @@ this will be customizable through the frontend.
377377

378378
{% details "Atmospheric pressure device triggers" %}
379379

380-
A bug with the atmospheric pressure sensor device triggers has been corrected,
381-
automations using such device triggers will need to be adjusted/reconfigured.
380+
A bug with the atmospheric pressure sensor device triggers has been corrected.
381+
Automations using such device triggers will need to be adjusted/reconfigured.
382382

383383
([@epenet] - [#88320]) ([documentation](/integrations/sensor))
384384

@@ -461,7 +461,7 @@ Reference: [Sensirion_Gas_Sensors_SGP3x_TVOC_Concept.pdf](https://github.com/pau
461461

462462
{% details "Matter" %}
463463

464-
With this release, you will need to update your zwave-js-server instance.
464+
With this release, you will need to update your Matter Server instance.
465465
You must use `python-matter-server` 3.0.0 or greater (schema 2).
466466

467467
- If you use the `Matter Server` add-on, you need to have at least version `4.0.0`.
@@ -546,8 +546,8 @@ or remove the optimistic declaration.
546546

547547
{% details "Trafikverket Weather" %}
548548

549-
The unit of measurement and device class has been incorrectly set to `mm` while the
550-
API is returning `mm/h`. This has now been corrected.
549+
The unit of measurement was incorrectly set to `mm` while the
550+
API is returning `mm/h`. The unit of measurement and device class have now been corrected.
551551

552552
([@gjohansson-ST] - [#87308]) ([documentation](/integrations/trafikverket_weatherstation))
553553

@@ -560,9 +560,9 @@ API is returning `mm/h`. This has now been corrected.
560560

561561
Labels used by custom projects for filtering are now case-sensitive.
562562

563-
Previously there were automatically lower-cased by the integration,
563+
Previously the labels were automatically lower-cased by the integration,
564564
but in Todoist a label like `Test` and `test` are considered unique.
565-
Because of that labels will now by case sensitive in your configuration.
565+
Because of that labels will now be case sensitive in your configuration.
566566

567567
([@boralyl] - [#87904]) ([documentation](/integrations/todoist))
568568

@@ -613,7 +613,7 @@ Home Assistant uses `lx`.
613613
{% details "Z-Wave" %}
614614

615615
With this release, you will need to update your zwave-js-server instance.
616-
You must use `zwave-js-server` 1.26.0 or greater (schema 24).
616+
You must use `zwave-js-server` 1.26.0 or greater (schema 26).
617617

618618
- If you use the `Z-Wave JS` add-on, you need at least version `0.1.76`.
619619
- If you use the `Z-Wave JS UI` add-on, you need at least version `1.6.3`.

0 commit comments

Comments
 (0)