I would like to do this also so it would be like the new areas cards.
Craig
I would like to do this also so it would be like the new areas cards.
Craig
I fixed the issue So there will be a new version of Dwains Dashboard coming soon, I think in the next 2-3 days. This new version works with 2021.12. So please have some patience for the new dd version.
Hey, can someone tell me how to get the icons centered in the bottom bar?
If you get an error after updating please make 1000% sure you cleared your cache!
custom_components
copy this folder.ui-lovelace.yaml
and configuration.yaml
are located).custom_components
to the main folder of your Home Assistant installation and overwrite all existing files!If you are running older version then 2.0.0:
First upgrade to 2.0.0 and then to 2.0.5. To upgrade to 2.0.0 follow this upgrade guide: Dwains Lovelace Dashboard | An auto generating Home Assistant Lovelace UI dashboard for desktop, tablet and mobile by Dwains for desktop, tablet, mobile
Please consider a donation
Changes:
Hello,
thanks a lot for your work.
I did the update and now have problems with the page layout (see picture attached)
Everything is compressed in single column with a lot of space next to it.
Do you have any idea what could cause this problem? Thank you!
Yeah new issue will be patched in 2.0.6, for now do this:
Add
items_classes: 'col-xs-12 col-sm-12 col-md-12 col-lg-12'
below
- type: custom:dwains-flexbox-card
in rooms/room/addon.yaml and 04.more_page_addons.yaml
I just made a new FAQ Dwains Lovelace Dashboard | An auto generating Home Assistant Lovelace UI dashboard for desktop, tablet and mobile by Dwains for desktop, tablet, mobile
Is this needed to do on a new DD install as well?
Yes or wait till new release its only a small style issue on addons.
Hah, I just came here to say I couldn’t find the dashboard in HACS and figured there had to be a custom repository. Thanks!
I need some help to figure what I’m doing wrong in the addon creation.
Addon include:
- name: notifications
path: 'dwains-dashboard/addons/rooms/audio_notifications/page.yaml'
button_path: 'dwains-dashboard/addons/rooms/audio_notifications/button.yaml'
data:
entity: media_player.hugo_speaker
messages:
- Dormir
- Comer
Page difinition (begining):
- type: custom:dwains-flexbox-card
items_classes: 'col-xs-12 col-sm-12 col-md-12 col-lg-6'
cards:
{% for messages in (data | fromjson)['messages'] %}
- type: custom:dwains-flexbox-card
items_classes: 'col-xs-12 col-sm-12 col-sm-12'
padding: true
cards:
error:
while scanning for the next token found character '%' that cannot start any token in "/config/dwains-dashboard/addons/rooms/audio_notifications/page.yaml", line 5, column 4
This seems to be almost equal to other addons, but I just dont get the error while parsing the template… Its in the for loop… but why?
Make sure you add # dwains_dashboard
to the page.yaml file as first line
thanks! I didnt had any header…
I dont have header, so just add to page.yaml ?
Thanks a lot!
Hi All,
New to the community, been building up my HA config last few months. Settling for Dwains Dashboard but have a curious question about the sidebar icon.
Can this be renamed?
Thank you
Yeah go to the integrations and click “configure” on the Dwains Dashboard integration. There you can set a Name
Thank you! It seems I needed to reboot HA before it took effect. Had a pending update, applied that rebooted, all good now.
Thank you.
Hi, after updating to 2.0.5, seems that most of more pages are not scaling right in desktops browser. Home and light pages are fine though. Same scaling issues on my wall mouthed tabled and on my phone all content are not fitted in to my screen.
All of the three more pages are from comminity github and worked fine before update.
is this DD issue or more rated to content what are inside of more pages? Same issue that @tdon is having?