diff --git a/source/_posts/2023-11-01-release-202311.markdown b/source/_posts/2023-11-01-release-202311.markdown
index cb934638dcf..88f50573f36 100644
--- a/source/_posts/2023-11-01-release-202311.markdown
+++ b/source/_posts/2023-11-01-release-202311.markdown
@@ -184,44 +184,54 @@ A great addition to the energy dashboard. Thanks, [@TillFleisch]!
The [conditional card](/dashboards/conditional/) is a great way to show or hide
cards conditionally. For example, you can show a card only when the sun is
-setting, or when you are home.
+setting or when you are home.
When using such a state, you also match it against multiple values. For example,
you can show a card when the sun is setting or when the sun is below the
horizon in a single condition.
But even more interesting, [@piitaya] added a whole bunch of new conditions
-to this card for you to use!
+to this card for you to use! Let's dive in...
[@piitaya]: https://github.com/piitaya
### User condition
-The user condition allows you to show or hide cards based on the user that is
-currently logged in. This is useful if you have multiple users in your Home
-Assistant instance and want to show or hide cards based on who is logged in.
+The user condition allows you to show or hide cards based on the user who is
+currently logged in. Useful if you have multiple users in your Home Assistant
+instance and want to show or hide cards based on who is looking at the
+dashboard.
+The screenshot above shows how the card is only shown when the user is
+who is logged in is Frenck. It is hidden for all other users.
+
### Numeric state condition
Similar to the state condition, the numeric state condition allows you to show
-or hide cards based on the state of a numeric entity. This is useful if you
-want to show or hide cards based on the temperature, humidity, or any other
-numeric entity.
+or hide cards based on the state of a entity, only this time, based on its
+numeric value. Useful if you want to show or hide cards based on temperature,
+humidity, or any other numeric entity.
+In the screenshot above, this thermostat card will only be shown on the dashboard
+when the temperature outside has dropped below 18 degrees Celsius.
+
### Screen condition
Last but not least, the screen condition allows you to show or hide cards based
on the screen size of the device you are viewing Home Assistant on.
For example, you could show some cards only when viewing Home Assistant on a
-desktop or tablet, and hide them when viewing Home Assistant on a mobile device.
+desktop or tablet and hide them when viewing Home Assistant on a mobile device.
+The screenshot shows how the control of the garage door is only shown on
+mobile, as it is most often used from mobile when arriving at home.
+
## Restarting into safe mode
You can now restart Home Assistant in safe mode. This mode will disable all