Hi everyone!
I wanted to share something i’ve been working on and maybe get some feedback on what i can improve.
I’ve been using HA for a while with HomeKit but have had problems with syncing delay and just the many limitations of HomeKit with icons etc.
HA has many features but can take a long time to setup a dashboard and having to use the dashboard editor or yaml editor but that can be quite annoying when having many entities or rooms.
I really like the design of HomeKit as it have a overview and then specific rooms.
Therefore, i’ve taken some inspiration from HomeKit and given it a level up.
One card. Everything auto generated.
To avoid having to do a bunch of yaml, i’ve made a custom card from scratch that fetches all entities, rooms etc. from HA and makes a complete setup without you having to do anything.
Everything you will see in the views are automatically generated. The only thing you have to do is create areas, set their icon and assign entities to the areas - just like HA is designed to - not do a bunch of yaml work.
Last words before showcase
Before showing the dashboard, i want to mention i haven’t published it yet as i’m still adding some stuff to it but i would very much like feedback and what you guys would like to be added and have of ideas. It will be soon tho.
I hope my post makes sense, it’s my first forum post and i’m still learning the formatting and how to make a good post.
Btw, my native language isn’t english but you probably already guessed that
Views
Home
The home view consists of:
- Signed in user
- Other members
- Domains
- You can configure which to show to your liking.
- When clicking on for example “Lights” it will show all lights that have a area/room assigned no matter their state.
- Rooms
-
- The rooms are also auto generated based on the areas you have in HA.
- Temperature & humidity is automatically found based on the area. Yes, mulitple sensors are supported, you can select which to choose
- When selecting a room it will show that specific room and it’s entities
- The icons are set within the area in HA, not using yaml.
- Chips
- When clicking on a chip, it will show the specific entities in a popup that are in the active state for quick access to for example turn off light in different rooms or quickly change temperature.
Rooms
The rooms view pretty much explains itself.
When clicking on a entity (The whole square) it will toggle the state of the entity. If it’s for example climate, there is climate controls for quick access.
When clicking the 3 dots it will view the specific entity (popup) like normal HA.
Other features to be mentioned:
- Thinking/In progress
- When clicking something that is cloud based it can take a small while, therefore the 3 dots will change to a rotating arrow (sync) to let you know it’s in progress of toggling the state.
- Haptic feedback
- Are you on a mobile device or ipad with vibration it will give a small haptic feedback when toggling th e state of a entity for you to let you know you clicked something.