DD - Automatic area-based dashboard for desktop, tablet and mobile - V3.7.0

I would like to do this also so it would be like the new areas cards.

Craig

I fixed the issue :smiley: :smiley: 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.

11 Likes

Hey, can someone tell me how to get the icons centered in the bottom bar?

v2.0.5 - HA 2021.12 compatibility and bug fixes (Release v2.0.5 - HA 2021.12 compatibility and bug fixes · dwainscheeren/dwains-lovelace-dashboard · GitHub)

If you get an error after updating please make 1000% sure you cleared your cache!

How to install 2.0.5 fresh (if you are new):

How to update to 2.0.5 manual:

  1. Download version 2.0.5 and unzip the file.
  2. Inside this folder you will see a folder called custom_components copy this folder.
  3. Go to the main folder of your Home Assistant installation. This is the folder where you config is. (Hint: its the folder where for example the files ui-lovelace.yaml and configuration.yaml are located).
  4. Paste the custom_components to the main folder of your Home Assistant installation and overwrite all existing files!
    5. Reboot your Home Assistant
    6. Clear your browser cache on all devices
  5. You are done!

How to update to 2.0.5. thought HACS:

  1. Open HACS
  2. Go to Dwains Dashboard and click update
  3. Reboot your Home Assistant
  4. Clear your browser cache on all devices
  5. You are done!

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 :+1:

Changes:

  • Made DD compatible with HA 2021.12
  • Fixed issue with theme colors not always loading for some people.
5 Likes

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

1 Like

I just made a new FAQ :slight_smile: Dwains Lovelace Dashboard | An auto generating Home Assistant Lovelace UI dashboard for desktop, tablet and mobile by Dwains for desktop, tablet, mobile

2 Likes

Is this needed to do on a new DD install as well?

Yes or wait till new release :slight_smile: its only a small style issue on addons.

1 Like

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 :slight_smile:

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?

image

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?