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

Great news! (although it’s tempting to try the Beta version)

1 Like

Dwain first of all thanks a lot for this wonderfool dashboard.
I’ll looking to change all my home tablets with this one.

I just installed it but on first run it give me an error:
image

But I can’t find “dwains-wrapper-card” in all net :frowning:

Anyone can help me to get it runing please ?
Thaks a lot
Denis

1 Like

Did you try to clear your browser cache? also do a ctrl + f5 if you are on windows in the browser.

1 Like

Great… Now it’s work.
I forget to refresh the page.

Just one think… maybe you want to change the wellcome message (after installation)
cause the message is:

To configure/build the dashboard you need to edit the files in the folder dwains-dashboard/configs/

…but now the config folder is in the:

dwains_dashboard\installation\configs

Thanks a lot… now I have all day to play with it.

Anyone here have some picture sample of tablet version of this Dashboard please ?

Thanks a lot again
Denis

1 Like

I decided to give your dashboard a try, but saw that you use dark sky for all weather related matters.
Unfortunately, new users can no longer use this due to the acquisition of Apple and this service will stop.
Will there be an alternative for this?

1 Like

You can use any other weather component from HA.

1 Like

That is correct, there is a folder in your root config called dwains-dashboard with inside a folder called configs you need to use that one and not the one in the custom_components\dwains_dashboard\installation\configs !

I will try to release 2.0 official to the public today. I need to do some small bug fixes first.

4 Likes

Whoau… now I finded it :slight_smile:
I always mod the installation folder (dwains_dashboard\installation\configs) and I never
understand why I neved seen the diferences on the UI :slight_smile:

Ok… now I’ll restart :slight_smile:

Thanks again
Denis

1 Like

Dear Dwain,
I know you make a lot of work to mantain all this Dashboard and again thanks a lot.
But I have a request if I can please…

When you will make the nex release, just let inside the config files more sample
cause for the newbes is better to personalize something that is already writed
instead of write all from the beginning.
Is better to see some screen that is already work… and then change this one.

Thanks a lot again
Denis

1 Like

I will add some more examples to the commented config example files :slight_smile:

2 Likes

I just pushed through the 2.0 update. Everything went smoothly. Pretty straight forward if you follow the instructions. Now to play with some of the new features :slight_smile:

2.0 is not yet released! So the 2.0 version on github isnt the official one, so you know.

Yup, I knew that, I just wanted to play with it early lol

1 Like

@dwains when can we expect it released? :slight_smile: Really looking forward to it.
Thanks

1 Like

Update time!!!

:tada: V2.0.0 - Dwains Dashboard now 1 click install and complete refactored!

NOTE: It may contain some bugs. Please open a Issue on Github when you find something!

v2.0.0 is only compatible with HA 0.117 and newer

Note: Dwains Theme has been renamed to Dwains Dashboard!

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

How to update to 2.0:

You can only update to 2.0 if you have 1.4 installed.

The update process is a little bit complicated but I tried to make it as easy as possible. I made splitted the upgrade guide into 5 sections. If you experience any issues during the installation of 2.0 you can get live personal assistant from me, Dwains Dashboard Discord Server

Hint: With /config/ I mean the folder where your whole HA config is.

Section 1 - Remove existing Dwains Theme 1.*

To update to Dwains Dashboard 2.0.0 you first need to remove your 1. version of Dwains Theme follow all steps below (Don’t worry we will keep your existing Dwains Theme config and addons, these will automatic work in 2.0.0), after that we need to modify your config files and your addons.*

  1. Make a backup of your current HA setup.
  2. Go to your /config/ folder and rename the folder dwains-theme to dwains-dashboard.
  3. Go to your /config/ folder and remove the file dwains-theme-lovelace-yaml.
  4. If you use any custom resources then backup the file /config/dwains-dashboard/resources/custom_resources.yaml somewhere safe. You need to add these back after installing 2.0.
  5. Go inside the folder /config/dwains-dashboard and remove the following folders: plugins, resources, translations, views. Make sure you keep the folders ‘configs’ and the folder ‘addons’!.
  6. Go to the folder /config/themes and remove the files dwains-theme-black.yaml, dwains-theme-dark.yaml, dwains-theme-light.yaml and dwains-theme-white.yaml.
  7. Go to the folder /config/www and remove the folder dwains-theme.
  8. Go to the folder /config/packages and remove the folder dwains-theme.
  9. Go to the folder /config/custom_components and remove the folder dwains-theme.

Section 2- Some small changes to your existing Dwains Theme config files

The files scenes.yaml and cameras.yaml in your dwains dashboard configs needs to be changed. If you use them go to /config/dwains-dashboard/configs and open them.

  1. The file cameras.yaml needs to be changed like explained in this screenshot.
  2. The file scenes.yaml needs to be changed like explained in this screenshot.

Section 3 - Adjust your addons

If you have any addons installed follow this step, otherwise skip this step!

Open up the folder /config/dwains-dashboard/configs and check, we need to make some adjustments to these files.

  1. If you use addons the name of the folder dwains-theme has changed to dwains-dashboard so for check all your config files. For example rename path: 'dwains-theme/addons/rooms/hello-room/page.yaml' to path: 'dwains-dashboard/addons/rooms/hello-room/page.yaml'
  2. Some addons use an include to heading.yaml, this file is deprecated.
    Change the code as explained in this screenshot.
  3. The following variables have been renamed, so if you use them, please rename them.
    _d_t_config to _dd_config, _d_t_trans to _dd_trans, _d_t_icons to _dd_icons and _d_t_global to _dd_global

In 2.0 there isn’t a custom_resources.yaml file anymore for any custom/third party cards. You will need to add them back by hand after installing 2.0. Go to HA Configuration -> Lovelace Dashboards and click in the top on Resources. Here you can click on the “+” sign bottom right and add all your custom cards you first had in dwains-theme/resources/custom_resources.yaml.

Section 4 - Dynamic_page.yaml is deprecated

If you use the dynamic_page.yaml in your current installation I have some good and bad news. The bad news is that it is deprecated, the good news is I created a new function for this to put as many custom pages in the main navigation bar as you want!!
You must copy the addon: part you had in dwains-theme/configs/dynamic_page.yaml into the addon: part in dwains-dashboard/configs/more_page.yaml. Then add the key main_menu: 'true' to the addon. Then this addon will show up in your main navigation bar!
(Read more here)

Section 5 - Reboot HA

Reboot your Home Assistant. Dwains Theme 1.* should now be fully removed. Now we can install 2.0 with your existing config.

Section 6 - Install Dwains Dashboard 2.0

Install Dwains Dashboard 2.0 as explained here.

Breaking changes:

  • Dynamic_page.yaml is deprecated! You need to copy your addon to an more_page addon. Now you can add main_menu: true to an more_page addon to show it in the main navigation bar! Read more here
  • Partial heading.yaml is deprecated! Replace it with a new card called dwains-heading-card see this screenshot.
  • cameras.yaml and scenes.yaml have new structure! Please change these files to the new standard. The file cameras.yaml needs to be changed like explained in this screenshot.The file scenes.yaml needs to be changed like explained in this screenshot.
  • The following variables have been renamed, so if you use them, please rename them.
    _d_t_config to _dd_config, _d_t_trans to _dd_trans, _d_t_icons to _dd_icons and _d_t_global to _dd_global
  • If you use addons the name of the folder dwains-theme has changed to dwains-dashboard so for check all your config files. For example rename path: 'dwains-theme/addons/rooms/hello-room/page.yaml' to path: 'dwains-dashboard/addons/rooms/hello-room/page.yaml'

New Features:

  • Dwains Themes are now only applied to the Dwains Dashboard itself, this means that the colors are only used in the dashboard and not outside of it. You now can also use the default HA theme if you want to create a complete own theme. And you can also now set a own primary color (to replace the blue color) for icons etc. These settings can be found under Options in the integration Dwains Dashboard on your integrations page.
  • You can set a own name for the dashboard in the integration options.
  • You can set a own sidebar icon for the dashboard in the integration options.
  • You can hide the cameras and scenes page from the main navigation bar
  • You can add own pages to the main navigation bar, see more_page addons and the main_menu: 'true' part.
  • Vibration Sensor support for rooms @roblandry link
  • Add weather page and link to it from weather widget. @roblandry link
  • New Safety Devices @roblandry link
    You now can add specific devices to a room like for example a smoke sensor. When this sensor gets triggered you get a warning inside your main header and in the room card. See safety: in the room docs.
  • Add Tracking to Map @roblandry link
  • Correct batteries with string values. Add color gradient to batteries. @roblandry link
  • You can set if you want to see open, closer or partly_closed covers in the header (as state). Use show_covers: closed in global.yaml (defaults to open).

Changes:

  • Changed the name Dwains Theme to Dwains Dashboard.
  • Completly refactored all the code of Dwains Dashboard.
  • Use webpack now to compile my own Dwains Lovelace cards, no external load of Litelement through unkpg.com. This means you can use Dwains Dashboard now fully offline from the internet without problems. It’s also a lot faster as the custom cards for my dashboard are now compiled and optimized.
  • You don’t have to change/touch any of your existing HA files/config to setup and use Dwain Dashboard. Setting up Dwains Dashboard is now all done automatic during installation.
  • The picture_path key in persons.yaml for the photo of the person is now DEPRECATED! I now load the default picture automatic which you can set yourself in HA if you go to persons.
  • You now can use Dwains Dashboard together with HKI (Homekit Infused)

Complete changelog v2.0.0

2.0.0 was a lot of work! Please consider a donation :+1:


New here with Dwains Dashboard?

13 Likes

I just installed Dwains Dashboard V2.0.0
Wow. What an release.
The best so far.
Everything works perfect and smooth.
I’m happy
I do recommend to install this version to every HA user. It will increase your experience

1 Like

Thanks for the hard work Dwain! The latest version is way better in my opinion. More customization, more control and way faster.

Also, it finally works with the latest HA.

Again, awesome, keep up the good work.

1 Like

Awesome!
Just installed it and it is working fine :slight_smile:

1 Like

Once again, great job and congratz on V2.0!
Love it!

1 Like