Skip to content

Commit 71eb84b

Browse files
committed
Added a collapsible for adding prediction entities through yaml
1 parent 89bad0a commit 71eb84b

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

source/_posts/2025-10-01-release-202510.markdown

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,15 @@ Last release with Home dashboard we created another way for controlling & monito
291291
292292
Now we added a new concept - sections of suggested entities. For now, it follows a basic algorithm and suggests entities you interacted the most with in the span of 24h, and shows them depending on the hour of the day. Only relevant controls will be suggested.
293293
294-
<img class="no-shadow" alt="Temporary screenshot that might need replacement" src="/images/blog/2025-10/temp-home-dashboard-prediction-entities.png" />
294+
<img class="no-shadow" alt="Home Dashboard prediction entities" src="/images/blog/2025-10/temp-home-dashboard-prediction-entities.png" />
295+
296+
297+
{% details "Prediction entities on any dashboard" %}
298+
299+
If you are experienced in customizing your dashboard sections with YAML you can bring these prediction controls into your own dashboard. It is built using a section strategy. Edit the YAML of your section-based dashboard, and under the sections key, as an individual entry, add ```{"strategy": {"type": "common-controls"}} ```
300+
301+
{% enddetails %}
302+
295303

296304
{% tip %}
297305

0 commit comments

Comments
 (0)