Do you have lovelace_gen installed and in use at the same time as dwains theme? I had that, and got the exact same error. They cannot be used at the same time.
(Though if this is the case and you want to still use things with lovelace gen, as I did, workaround is to change all # lovelace_gen
with # dwains_theme
in those files, since this should work the same for most things.)
Thanks for that…
also, there is a way to keep visible all rooms always in main dashboard, I see that these are visible only when a sensor is activated in PC and smartphone interface
I am searching in the code, but I prefer ask before of move something.
You are on which HA version? 1.3.* of my theme is not compatible with HA 0.110 or 0.111. I will publish 1.4 asap which is compatible with those versions.
Thanks… it should be the reason of this behaivour. I using HA .110
Update time!!!
v1.4.0 - New features & bug fixes
NOTE: It may contain some bugs. Please open a Issue on Github when you find something!
Got any problems or questions during the update process? Join Dwains Theme Discord for live support!
How to update to 1.4.0?
If you are running Dwains Theme 1.3.*:
Follow the normal update manual see here.
The file dwains-theme/plugins/button-cards-templates/homepage/header/greeting.yaml
is no longer used, so make sure you remove/don’t have that file.
If you are running older version of Dwains Theme then 1.3.0: Then follow the update manual of 1.3.0 first see here.
New Features:
- You can add your house information favorites on the homepage now. Add the line
favorites_homepage: 'true'
to yourglobal.yaml
file. - Add option to remove the header in more_page addons. Use
show_header: 'false'
, this variable is not required and true by default. - It is now possible to create and add addons to the house information page. Just use the
addons:
tag in thehouse_information.yaml
file.
Changes:
- BREAKING: Replaced all Font Awesome icons with Material Design Icons, so FA is no longer included in my theme. If you use rooms with Font Awesome (FAS/FAR) icons you need to replace them with Material Design (MDI) icons!! (If you want to use FA icons, please look here).
- BREAKING: Calendar on the house information is removed/deprecated. Now you can use addons between the favorites and the activity. The calendar is now an addon, please take a look here for an calendar addon.
- BREAKING: Vacuum page has changed. I removed the HACS lovelace-xiaomi-vacuum-map-card from the theme and replaced it with denysdovhan/vacuum-card. But this is card is not required. You can enable it in your vacuum settings, take a look here on how to configure this.
1.4.0 was a lot of work! If you want to help me you can do a small donation :
Have a feature request?
Open an issue on GitHub with the tag FR
in the start of the title.
With Dwains Theme version 1.4.0 you can safely use HA 0.110 or HA 0.111
that´s a long changelog. thanks for all the work
Thanks Because of the many new features it may contain some bugs, please open a Github issue if someone notice something is not working correctly.
Hi,
thank you for this, great job!
Is there any way to keep using the old views and your theme? I saw my default “overview” dashboard was changed and that I can’t add any additional modules to the resources page.
Great release! The theme loads very fast.
Every new version gets better and better!
Keep up the good work!
That’s not possible right now to also have a own UI based lovelace theme. You could change the mode from yaml to ui and add the resources by hand.
Having issues with the mini graph card since 1.4.0. Theme is saying it’s not installed but it’s there in hacs. Any ideas?
I think the theme uses lovelace sensor card instead of the mini graph card. You can delete it from hacs now.
Correct, you can remove the mini graph card in HACS (if no addon uses it)
I want as little third party cards in my theme so i’m replacing them with stock cards or making my own cards.
Honestly this should be HA default theme. I don’t think I can go back to lovelace anymore.
Couple of questions:
Can I use the up&down buttons for covers instead of the slider card?
I am using rf switches to control the blinds and the slider card does not seem to work.
What sensors are supported by the door sensor?
I am using a template sensor to change the values from open, closed to on, off, but I’m getting an error.
As a workaround I placed the sensor in a group and configured the group as a sensor in rooms.yaml
For now not, maybe you can open a github issue for this so I can combine the slider and open/close buttons into 1.
Mostly binary_sensor or sensors. Somebody on my Discord server told me that with template sensors there was a problem so I gona take a look at this asap.
First of all kudos for @dwains for this awesome work!
Installed it today and looks great, it will replace my custom dashboards for mobile and tablet.
I just have some doubts that a couldn’t find in documentation and here:
-
I think Alarm Panel is missing the configuration to show the Arm_night.
-
Most garage doors are covers and it gets mixed with regular cover blinds. could be an option to handle it as a door? I’m not sure whats the best approach here. But getting the garage door cover mixed with regular covers, is a security risk.
-
In a tablet, the sidebar is not being disabled. maybe my tablet resolution is to high (2k) ?
I will add this in 1.4.1
I believe there is an open github issue for this, I need to make a seperate option for garage doors in a upcoming release
You can disable this in your HA default account options on the tablet.
I think that the sidebar disable is handled by the custom_header. So I cant disable it without changing your code
Is the option inside profile settings
Always hide the sidebar
This will hide the sidebar by default, similar to the mobile experience.
not what you are searching for?