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
Copy file name to clipboardExpand all lines: source/_posts/2023-11-01-release-202311.markdown
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -71,9 +71,9 @@ Don't forget to [join our release party live stream on YouTube](https://www.yout
71
71
72
72
There are many things to do in our lives, which is what
73
73
[@allenporter] realized too! We now have a new entity type
74
-
in Home Assistant: [`todo` entities](/integrations/todo)!
74
+
in Home Assistant: [To-do list entities](/integrations/todo)!
75
75
76
-
A to-do entity represents a list of tasks, and its state is the amount of
76
+
A to-do list entity represents a list of tasks, and its state is the amount of
77
77
uncompleted tasks that are still open. You can create one or more (fully local)
78
78
to-do lists and view and manage them by selecting the new **To-do lists**
79
79
item in the sidebar.
@@ -116,8 +116,8 @@ you've put in your dashboard.
116
116
## Integrations providing your to-dos
117
117
118
118
But wait! There is more besides local to-do lists and shopping lists.
119
-
Now that we have a to-do entity, we can also start using it with other integrations
120
-
that, for example, can get your to-do lists from an external service.
119
+
Now that we have a to-do list entity, we can also start using it with other
120
+
integrations that, for example, can get your to-do lists from an external service.
121
121
122
122
As of this release, you can bring in your [Todoist] and [Google Tasks]
123
123
to-do lists to Home Assistant as well!
@@ -225,7 +225,7 @@ on the screen size of the device you are viewing Home Assistant on.
225
225
For example, you could show some cards only when viewing Home Assistant on a
226
226
desktop or tablet and hide them when viewing Home Assistant on a mobile device.
227
227
228
-
<imgclass="no-shadow"src='/images/blog/2023-11/conditional-card-screen-type.png'alt='Screenshot showing the configuration dialog of the conditional card, which you can now configure an numeric condition on when to show the card.'>
228
+
<imgclass="no-shadow"src='/images/blog/2023-11/conditional-card-screen-type.png'alt='Screenshot showing the configuration dialog of the conditional card, which you can now configure to show the card only on a specific screen type.'>
229
229
230
230
The screenshot shows how the control of the garage door is only shown on
231
231
mobile, as it is most often used from mobile when arriving at home.
0 commit comments