Releases: dwainscheeren/dwains-lovelace-dashboard
v1.3.0 - New homepage, responsive and a lot of new features
NOTE: v1.3.0 is only compatible with HA 0.107 or newer
Got Dwains Theme already installed?
- Step 1: The way HACS plugins are loaded is changed its now
/hacsfiles/
path, so update HACS & All Plugins you have installed! And make sure you are at least running HACS 0.22! Also if you use any custom plugins make sure you change the path of them too indwains-theme/resources/custom_resources.yaml
- Step 2: This version needs Swipe Card so download that in HACS. Go to HACS -> Plugins -> Search for “Swipe Card” and install it!
- Step 3: Copy all the files from the 1.3.0 zip file over your existing files.
- Step 4:
ui-lovelace.yaml
in the root of your HA setup is no longer required so remove this file. - Step 5: Update your HA to 0.107! This version is only compatible with Home Assistant version 0.107 or newer.
- Step 6: Reboot your HA!! And clear your browser cache.
- Step 7: From HA 0.107 there is a new function to make multiple dashboards. Dwains Theme will be installed as a individual dashboard so you need to access it left in the menu from now on. You also need to configure Dwains Theme as default dashboard on each device in your household. You can do this by going to Configuration -> Lovelace Dashboards -> Click on Dwains Theme and click on Set as Default on this device.
Got any problems during the update process? Join Dwains Theme Discord for personal support!
Changes: #
- Reworked the design to be responsive, works now fully on desktop, tablet and mobile!!
- Added Dwains Theme Notifications, you can now push notifications into my theme with service call
dwains_theme.notification_create
they will show on the homepage header. - Added devices view on the homepage, now you can switch between rooms and devices direct from the homepage!
- Added new Black and White themes, check them out! :D
- Added support for locks inside a room, use them with
lock:
can be single lock entity or group of locks! - Added support for pressure inside a room, use them with
pressure:
.
1.3.0 was a lot of work! :D If you want to help me you can do a small donation:
v1.2.1 - Bug fixes & small new features
Got Dwains Theme already installed?
Copy the content of the this release over your existing files and overwrite all existing files! Note: The way resources are loaded has been changed from version 1.2.* on. If you are updating from a version older then 1.2.* overwrite your ui-lovelace.yaml
file with the one in this version! Do you have any custom resources? Go to the folder dwains-theme/resources/
rename the file custom_resources-sample.yaml
to custom_resources.yaml
and place your resources in that file! This file will never be overwritten with updates instead of the old way, so you can keep your own additional resources safe.
The way more_entities
inside persons.yaml
and rooms.yaml
has been changed, please read the changelog.
v1.2.0 - New features & bug fixes
Got Dwains Theme already installed?
Copy the content of the this release over your existing files and overwrite all existing files! Note: The way resources are loaded has been changed from this version on. Overwrite your ui-lovelace.yaml
file with the one in this version! Do you have any custom resources? Go to the folder dwains-theme/resources/
rename the file custom_resources-sample.yaml
to custom_resources.yaml
and place your resources in that file! This file will never be overwritten with updates instead of the old way, so you can keep your own additional resources safe.
Added function to reload theme config, without restarting HA Use the new button on the theme settings page or do a service call dwains_theme.reload
v1.1.5 - Weather fix
Got Dwains Theme already installed?
Copy the content of the this release over your existing files and overwrite all existing files! Note that if you made any changes to ui-lovelace.yaml to compare those files.
v1.1.4 - Bug fix
Got Dwains Theme already installed?
Copy the content of the this release over your existing files and overwrite all existing files! Note that if you made any changes to ui-lovelace.yaml to compare those files.
v1.1.3 - Some bug fixes
Got Dwains Theme already installed?
Copy the content of the this release over your existing files and overwrite all existing files! Note that if you made any changes to ui-lovelace.yaml to compare those files.
v1.1.2 - Some bug fixes and small new features
Got Dwains Theme already installed?
Copy the content of the this release over your existing files and overwrite all existing files! Note that if you made any changes to ui-lovelace.yaml to compare those files.
V1.1.1 - Dwains Theme Official Release
Yeah v1.1.1 The official release version 🎉
If you appreciate what I have made you can Buy me a coffee/beer or donate to my PayPal account.
You can also post a reply in this HA thread with how happy you are. 😀
If you are a beta tester and running 1.0.*, follow the guide below.
Update from 1.0.* to 1.1.0
- Backup the folder
dwains-theme/configs
- Then remove the following folders from your HA setup.
custom_components/dwains_theme
,dwains-theme
,themes
,www/dwains-theme
. - Copy the downloaded zip content to your HA setup
- Copy back the backup folder
configs
todwains-theme
so you again have adwains-theme/configs
folder. - Copy the file
dwains-theme/configs-samples/icons.yaml
todwains-theme/configs
- Copy the file
dwains-theme/configs-samples/dynamic_page.yaml
todwains-theme/configs
- Rename the file
dwains-theme/configs/more_addons.yaml
tomore_page.yaml
. The content of this file is changed to:
more_page:
addons:
- The way Dwains Theme is loaded is changed, take a look inside
configuration-sample.yaml
and copy the new code betweenCopy from here
tillCopy till here
. - Download from HACS the plugin: state-switch if you don't have it.
V1.1.0 - Release version
If you are a beta tester and running 1.0.*, follow the guide below.
Update from 1.0.* to 1.1.0
- Backup the folder
dwains-theme/configs
- Then remove the following folders from your HA setup.
custom_components/dwains_theme
,dwains-theme
,themes
,www/dwains-theme
. - Copy the downloaded zip content to your HA setup
- Copy back the backup folder
configs
todwains-theme
so you again have adwains-theme/configs
folder. - Copy the file
dwains-theme/configs-samples/icons.yaml
todwains-theme/configs
- Copy the file
dwains-theme/configs-samples/dynamic_page.yaml
todwains-theme/configs
- Rename the file
dwains-theme/configs/more_addons.yaml
tomore_page.yaml
. The content of this file is changed to:
more_page:
addons:
- The way Dwains Theme is loaded is changed, take a look inside
configuration-sample.yaml
and copy the new code betweenCopy from here
tillCopy till here
. - Download from HACS the plugin: state-switch if you don't have it.
v1.0.5
This release contains some bugs fixes.
Got Dwains Theme already installed?
Copy the content of the /dwains-theme folder over your HA existing /dwains-theme folder.