You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release updates Assist with the capability to ask for the state of things
92
92
around your home. For example:
93
93
94
-
<imgclass="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
+
<imgclass="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.'>
95
95
96
96
Intents for three types of questions have been added:
97
97
@@ -103,7 +103,7 @@ Intents for three types of questions have been added:
103
103
-_"Are any lights on in the bedroom?"_
104
104
-_"Are all windows closed in the kitchen?"_
105
105
- How many or which questions:
106
-
-_"How many lights on are in the office?"_
106
+
-_"How many lights are on in the office?"_
107
107
-_"Which doors are open?"_
108
108
109
109
Thanks, [@synesthesiam] for implementing this, and thanks to language leaders
@@ -117,7 +117,7 @@ Read more about [contributing sentences in our documentation](https://developers
117
117
118
118
## Cleaner entity information dialogs
119
119
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
121
121
nice improvements in this release.
122
122
123
123
<imgclass="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.
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?
162
162
163
163
Just ~~create a template sensor~~ change it directly from the UI!
164
164
165
165
<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.'>
167
167
168
168
Thanks [@emontnemery] for building out this feature!
169
169
@@ -187,7 +187,7 @@ You can now quickly find and pick a Blueprint to use for your automation or
187
187
create one from scratch. The overall look and feel is much more modern, and
188
188
fits our current design better.
189
189
190
-
<imgclass="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
+
<imgclass="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.'>
191
191
192
192
You may notice it now shows author information in this dialog. If you create
193
193
Blueprints, you can now add [author information] to your Blueprint,
@@ -224,7 +224,7 @@ now connect, for example, your Hue hub over Matter!
224
224
Two Philips Hue bridges connected using Matter, and it is fast!
225
225
</p>
226
226
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
228
228
the dedicated [Hue integration](/integrations/hue), which will provide a much
229
229
more stable and feature rich solution. Nevertheless, having bridge support is
230
230
a huge milestone!
@@ -242,7 +242,7 @@ Support for Python 3.11 is here! 🐍
242
242
243
243
This change is only interesting if you manually run Home Assistant
244
244
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
246
246
should dramatically improve performance over previous Python versions.
247
247
248
248
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.
0 commit comments