Hey HA folks, I decided to share my Lovelace and HA setup following a Twitter post and that some folks we’re asking me to share the theme.
I forced myself to refresh my dashboard for 2020 and got inspired by Nest hub inspired Lovelace Dashboard , thank you @teachingbirds !
Theme
The theme is called Nest and I made some light tweaks (nest.yaml)
For the background image, I just googled “blurred wallpaper” and got one of the darker ones
Shadows
I had issues with the shadows being clipped with overflow, and I hopped into the HA discord and got someone to help out, to set the overflow on the column to none so that shadows won’t clip
You can find that JS code here
* Badges annoy the crap out of me, I really want to change their color and legability somehow, suggestions welcome
Edit: @klogg suggested a way to fix this, see below, I’ve updated the badges as well
Custom Components
I used a few custom components and installed them with HACS which was a breeze.
Custom Header - https://github.com/maykar/custom-header
Custom button card - https://github.com/custom-cards/button-card - Amazingly flexible
Mini Graph Card - https://github.com/kalkih/mini-graph-card -> This one makes tons of difference, use it!
Animated weather - https://github.com/bramkragten/weather-card
And custom styling card as well.
Some notes and little things about this
The mini graph card allows you to add a few different entities to track, so in the Humidity graph, one of the lines is the outside humidity provided by darkSky and another is home provided by Ecobee.
I really love the little locks on top of the custom button, to prevent accidental triggering of a scene. This is especially important as I don’t want to arm the house in away mode while debugging HA When the house is asleep.
The Tesla battery graph has min and max for that day, so I can see how much I drove that day.
Speaking of Tesla, the first time I loaded HA on center screen, I felt like I’m part of the future. Being able to automate my house while my card drives itself is just
Scenes and automations
I have 3 scenes, and the are created in HA, and exposed to Siri via HomeKit and Alexa via custom Alexa routines that trigger HA. I strive to have feature parity between Siri and Alexa because I confuse between them all the time, so they might as well both do the same thing! (hoping that Ada will replace both in the future!)
This is all done in Node Red like so :
I am absolutely in LOVE with nodeRed + HA at this point, I see no end in possible automations.
Some more automations for inspiration
I am especially proud of this one, as this was bugging me and my wife and HA offered a real solution!
I have ceiling speakers and they are connected to an old amplifier that doesn’t have hdmi. I’ve connected Alexa to one input, and the TV to another.
With Harmony Hub, I set the input on the Amplifier to be TV when I detect that the TV is on, and when it’s off I set it back to Alexa. This way I can double use the same speakers, and given that my toddler loves to play with the amplifier and switch inputs, this works like clockwork and has made out life much easier.
My journey on this home automation started 6 month ago when I purchased my own home, and I don’t know how to stop, send help
This is the kit I currently am working with
https://kit.co/altryne/home-automation
Let me know what you think, comments and opinions are welcome!
EDIT: I couldn’t have done ANY of this without the help of this community, thanks everyone for sharing and being awesome. HA is sure not something easy to just get in to, but you guys make it easier for everyone. I googled every step and every card update!