This is a theme for Home Assistant. You can install it manually or via HACS.
I'm working on getting this added as a default repository in HACS, for now you will need to add it as a custom repository.
- Copy the folder
themes
into your home-assistant folder - Add this under the section
frontend
in yourconfig.yaml
:frontend: themes: !include_dir_merge_named themes
- Restart Home Assistant
- Enable the theme in your user profile (bottom left in Home Assistant)
-
Can be hard to see - see card alterations below
Feel free to leave any feedback here.
(Ideas/Fixes to help cards match theme)
- Vacuum Card - Use with CardMod
style: |
:host {
--primary-color: var(--card-background-color);
}
-
Mini Graph Card
This was made to work with my solar system - so the color_threshold and other will likely be off (and there's probably a better way to do one solid colour like this, I originally had multiple colours in it - but reverted to one and was too lazy to search for the better way).
color_thresholds:
- color: '#25B798'
value: 1500
entities:
- <Your Sensor>
hours_to_show: 24
name: <Your Stats>
points_per_hour: 2
type: 'custom:mini-graph-card'
show:
fill: fade
labels: false