-
Hello this is exactly the point. i have now spent an estimated 8 - 10 hours over the weekend to individualize the look. for example, to put an entity icon in front of a slider that in the best case, if it is a light slider, still takes on the color as it goes with the frames. after I realized that I can't customize that, maybe it doesn't work either, I thought ok then I'll build something from the screenshots “Some Dashboard possibilities...”. This must work with board means.... unfortunately, i also failed here. before i write the whole thing off as: ok i'm too stupid for this, i would like to say one thing: i never learned to program and yet i have already created a wide variety of programs, e.g. for microcontrollers. the combination of: patience, a willingness to experiment and the desire to rummage through open source codes have brought me successfully to my goal, even if it has always taken a long time. I would like to do the same with the dashboards and ask if you can please provide / share the "source code" for the screenshot examples “Some Dashboard possibilities...”. Then I can certainly adapt it and deduce what I need to do. Thank you. Best Regards |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Hi Hannes, Thanks for reaching out and the compliments - I am glad you like it. I can certainly post up the yaml for those dashboard examples, but I will need to do some work on them first as these were built using the first version of this project that doesn't apply now. I can do that no problem - is there anything specific you'd like to see first, or have questions about? I can prioritize that for you to get you going.
Can you explain this a bit further? Not sure I understand what you mean - but I can try to help. If it's a feature/function missing - we can always look to add that in as well. 🖖 |
Beta Was this translation helpful? Give feedback.
-
You did a really nice work. Its crazy all the options you add !! I really like it I would also like to have the source codes of your screenshots cause they are very nice ! Thank you |
Beta Was this translation helpful? Give feedback.
-
Thanks - for those dashboards it's using really old version of the project and will take a lot of time to update and convert.. but I'll work on it. In the meantime, I put in some screenshots and the code for a different dashboard that I am working on for my mini tablet. This uses all the current code, and still makes use of some of that same basic constructs. I hope this can help you in the meantime. In dev branch: https://github.com/snootched/cb-lcars/tree/dev?tab=readme-ov-file#example-tablet-dashboard |
Beta Was this translation helpful? Give feedback.
-
@smiousse here is one more example I could put up. This is the light selector control thing where you choose a room and then have your lights in the content area of the control. Also in dev branch: https://github.com/snootched/cb-lcars/tree/dev?tab=readme-ov-file#example-room-selector-with-multimeter-light-controls |
Beta Was this translation helpful? Give feedback.
Hey there!
Not a problem - I hope you are better now. No offense to me about not replying - figured you would, when you could.
Indeed - I did not show the HA frame in those shots.. so what things look like with it I'm attaching here. On tablets, I use the "wallpanel" from hacs - which allows you to set the pane to full screen and hide the HA bars. I don't use them on the tablet and recreated the clock in my own "header"
In terms of the
input_select
you just need to create a helper entity for this. Add the options you would like to use, then reference those in the dashboard actions on those buttons.