#For the brave, you can bring the common
1 messages ยท Page 1 of 1 (latest)
wanted to follow up this this, thanks
for example:
title: Home
views:
- title: Home
cards: []
badges: []
type: sections
sections:
- type: grid
cards:
- type: entities
entities:
- entity: sensor.processor_temperature
name: Processor temperature
- entity: sensor.processor_use
name: Processor use
- entity: sensor.disk_free
name: Disk free /
- entity: sensor.disk_use_percent
name: Disk usage /
- entity: sensor.disk_use
...
where would insert this code?
type: sections
sections:
- { "strategy": { ... } }
- type: grid
so it added a new section of entities here:
yeah, once back in UI, you can just drag and drop
Probably want to filter out non-existant entities?
Yeah, we should do that . That's a bug
I'm surprised your calendar is in there, is that because you make a lot of events ?
I removed todo list, guess I forgot calendar.
I actually can't remember. It's a dev install so I do all kinds of weird stuff
The missing entity is also a calendar, but I can't remember what I would have ever used it for.
testing if you can remove calendars maybe ๐
could be ๐
Fix for calendar https://github.com/home-assistant/core/pull/152927
And the frontend fix for unavailable entities, untested https://github.com/home-assistant/frontend/pull/27158
@boreal pulsar The websocket should really return more than 8 entities. If we start removing favorite, unavailable, etc... the list will not be that long ๐
Does it also count entities that were triggered by automations?
The entities are the ones that are used manually per user. That means, every user will see different entities. (so no automation triggered entities)
Yeah I can double it
does it have to be JSON? can you add a title card to that section?
undestood, thanks!
but i can't add a title card, i'm guessing, as the whole section is generated by the strategy
There is an title option. It will generate a heading card at the top of that section.
no icon, but yeah, nice! thanks!
maybe add a title-icon option, too? ๐ฅบ
or title_icon, whatever
Or just icon ๐ but yeah I agree
We need slots lol
I assume this is only in the beta?
2025.10.0b0 and upwards
Apparently I don't do enough manual stuff with my dev instance
look forward to your next video on this, Chris
There's something wrong in the mobile app
Refresh cache
how do you do that on the companion app?
For me a force close and re open helped already
Yeah no beuno
can I check the "usage" database directly to see what might be there so I know what devices I should expect to show up?
Oops. You were referring to the uknown strategy with a cache clear. My error is nothing shows up because I presume I haven't used devices enough. Is there a threshold of usage before it triggers?
Any interaction on the dashboard with the user that's currently the dashboard works
and it's cached for 24h
so if you've been clicking around, restart your instance
that seems to conflict with
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
in my mind, at least
We look at the last 30 days for interactions. The results generated are broken down in 4 time of day segments. Those results are cached for 24 hours.
Depending on the time of day, you will see a different segment.
oh, ok, that's what i initially understood, but it sounded different here
A common controls card would be great for existing setups. With settings like blacklisted entities etc.
since my section is still empty: I mostly 'interact' with unrecorded entities in HA, and have only recorded certain entities (includes and excludes curated carefully) could that be the cause?
I mean things like switch a theme, check the weather-card, etc. Those are not recorded.
Other than that my instance is supposed to go by itself and does. Ok, I also click to navigate to a subview. But that wont be anything to show in the first place .
Did have one special switch that I actually toggle more frequently, but it was in the favorites, which are filtered. So taking that out of the favorites for testing purposes now, hoping it ll show up
wait, does this mean it is per dashboard? that would make it even less frequent as the entities I interact with are spread over various dashboards.
Mine works across dashboards
good to hear. Ill give it another day part to show the deleted favorite, or else will have to write up an issue.
Icon and title are cool though ๐๐พ
Is it possible to force an update outside of the normal daily update for testing? I still don't see anything at all on my HA yellow after many days. I had recorder set to 2 days retention and just increased it thinking maybe it wasn't getting enough interaction in those 2 days to populate. I toggled some switches just now and would like to see if it shows anything now.
It updates pretty regularly on my end. About 1 Hour later I see the entities I interacted with
Ok. Then something seems to be not working for me.
fixed for me, see https://github.com/home-assistant/frontend/issues/27278#issuecomment-3357087904 I had call_service excluded from recorder, and after enabling that again, it was updated swiftly
in my manual dashboard that is, not in the experimental Home dash
shouldnt have said that, its gone once again....same as here #1420539287602204703 message