Nicely done Sven, looking good. Awesome job on those custom addons
Combination of things.
Waze component (for the travel times)
Waze lovelace card (installed via HACS)
RDW component (for dutch license plates, insurance etc)
MIND component to connect my car
This is all placed in an “addon” so you would have to create a new folder and place a page.yaml )file in there:
persons:
- name: xxxx
track: person.xxxx
picture_path: 'images/xxxxx.png'
addons:
- name: Sven
path: 'dwains-theme/addons/persons/xxxxx/page.yaml'
for the buttons i created a new button template (because i wanted to customize them and i did not want to touch the default ones).
this is the config of the page.yaml
# dwains_theme
- type: vertical-stack
cards:
- type: horizontal-stack
cards:
- template: sven_custom_button
type: custom:button-card
entity: sensor.xxxxx
show_last_changed: false
- template: sven_custom_button
type: custom:button-card
entity: sensor.xxxxx
show_last_changed: false
- template: sven_custom_button
type: custom:button-card
entity: sensor.xxxxx
show_last_changed: false
- template: sven_custom_button
type: custom:button-card
entity: sensor.xxxxx
show_last_changed: false
- type: horizontal-stack
cards:
- template: sven_custom_button
type: custom:button-card
entity: sensor.zxxxxx
show_last_changed: false
- template: sven_custom_button
type: custom:button-card
entity: binary_sensor.xxxxx
show_last_changed: false
- template: sven_custom_button
type: custom:button-card
entity: binary_sensor.xxxxx
show_last_changed: false
- template: sven_custom_button
type: custom:button-card
entity: binary_sensor.xxxxx
show_last_changed: false
- type: horizontal-stack
cards:
- type: custom:ha-card-waze-travel-time
style: |
ha-card {
ha-card-background: var(--card-color-off);
--paper-item-icon-color: var(--icon-color-off);
font-family: Helvetica;
font-size: 12px;
opacity: 0.8;
overflow: hidden;
height: 169px;
}
.ha-card-waze td {
color: var(--name-color-off) !important;
}
columns:
- to
- duration
header: 'true'
name: waze reistijd
destinations:
- entity: sensor.xxxxx
to: "thuis"
- entity: sensor.xxxxx
to: "werk"
- entity: sensor.xxxxx
to: "joyce"
- type: map
style: |
ha-card {
ha-card-background: var(--card-color-off);
--paper-item-icon-color: var(--icon-color-off);
color: var(--name-color-off);
font-family: Helvetica;
font-size: 12px;
opacity: 0.8;
overflow: hidden;
height: 180px;
}
default_zoom: 15
entities:
- person.xxxxx
hope this helps
Thanks for sharing this. I’m looking in future to include some default (own users made) addons in my theme so people can re-use them. Need to look how to handle this then.
But for now i’m working on some BIG updates! With awesome new features. Hope to release it asap.
Looking forward to seeing the new version dwains! Thanks for all your hard work!
No problem. I do it with a lot of pleasure and love. I love it when people post screenshots of there setup here with my theme and some awesome custom addons
Today is the anniversary of the day I joined the community
Awesome, gona look to add that as a standard addon in the theme package
I just saw that there was a new implementation wit map view 9n a person in the latest beta.we might could use that somehow ?
https://rc.home-assistant.io/blog/2020/02/17/release-106/
How do you mean? The new map in the more info dialog/popup of a user you mean?
Is the Calendar in House Information something that had to be setup prior to installing this theme? I had a Google Calendar setup. I added the Atomic Calendar plugin per the instructions just not sure how to set it up from there.
@dwains in 0.106 there Will be a new default graph card, (based on custom mini graph card). Will you keep the mini graph card from hacs or will you use the new default graph card in the next release?
You can use any calendar.*
entity for the calendar on the house information page.
Yes exactly could be neat I thought
I will look into it. I only use the graph card on the climate page for now, so it is not that important. But if the HA native graph card has the same functionality as the custom graph card it will be replaced in the future.
For the second item, i think it uses Custom Header with footer mod option.
Yeah, found that out a while ago and the dropdown menu at the top is a custom solution in the plugins folder. Not sure why @dwains ignored my question with such simple answers.
Forgot to answer, sorry. Really busy with the theme and all the support questions
How did you solve the problem. I have the same issue and HA keeps crashing and reboots every five minutes or so.
I’m using the latest version of Dwains theme.
Great job on the theme. I’ve followed the instructions, but I can’t get rooms to work. Persons and cameras work great,but I no rooms appear on the first page and HA crashes every few minutes. I don’t know what exactly went wrong.
I have everything updated to the latest.
Any help will be appreciated.