-
-
Notifications
You must be signed in to change notification settings - Fork 37
[FEATURE] [HaCasa] - Personal Info Sidebar #119
Description
Is your feature request related to a problem? Please describe.
Currently, there is no quick and elegant way to access detailed personal information (like to-do tasks, calendar events, and status info) directly from the main interface. Navigating to separate dashboards or different cards disrupts the flow and requires multiple clicks, which can feel cumbersome.
Describe the solution you'd like
I would like a new feature where clicking on the user profile icon in the header bar triggers a side navigation drawer (from the right) to smoothly slide in.
This drawer would show:
- Basic personal info (name, presence status, etc.)
- Current number of open ToDo list tasks
- Next upcoming calendar events
- Optional custom fields like location, phone battery status, or home/away mode
Ideally, this drawer should be easily customizable via YAML to define which fields/info blocks are shown.
Describe alternatives you've considered
Building a custom dashboard with multiple cards displayed together (but this clutters the main view).
Using pop-up cards (e.g., browser_mod popups) to display person info, but it’s less integrated and feels separate from the header bar.
Manual navigation to a separate "Person" view, which interrupts the main dashboard experience.
Why is this feature important to you?
It would greatly improve the usability and flow of Home Assistant by allowing quick access to important personal info without leaving the main dashboard.
It would feel more modern and app-like (similar to side profiles in mobile apps), providing better UX, faster access to ToDo tasks and appointments, and a more polished smart home experience overall.
Visual Mockups or Examples
Example concept: When you tap your avatar in an app like Slack, Discord, or Google apps, a profile panel with more info appears from the side.
Rough Sketch:
[Header Bar] → [Tap Profile Icon] → [Right Side Drawer: Personal Info | Tasks | Calendar]
Additional context
The drawer could reuse existing components like entities or markdown cards internally.
Optionally support user themes (e.g., light/dark mode matching).
Should allow extensions by other integrations (e.g., fitness tracker steps, last door unlock time, etc.)
Consider touch optimization for mobile users.