This is something i am trying to achieve. But no luck.
Can you share your config?
Just put your favorites in your house info page. See the docs of Dwain themes: https://dwainscheeren.github.io/lovelace-dwains-theme/configuration/house_information.html
@j_lucas As per @broesie link in the above post.
I already had those entities, and I simply added them into the House Information section of the config.
In my tablet view I have at the left also a bar with βdwains theme iconβ βcommunity iconβ, "settings"etc. How did you disable the left bar?
Thanks, but this is not something i am looking for.
I am trying to filter out devices that are OFF⦠need to place kind of Entity Filter Card up there
In packages\dwains_theme
lovelace:
mode: yaml
resources: !include_dir_merge_list ../../dwains-theme/resources/
dashboards:
dwains-theme:
mode: yaml
title: Dwains Theme
icon: mdi:alpha-d-box
show_in_sidebar: true
filename: dwains-theme-lovelace.yaml
show in sidebar, set it on true or false
Update time!
v1.3.1 - Some small bug fixes
NOTE: It may contain some bugs. Please open a Issue on Github when you find something!
NOTE: v1.3.1 is only compatible with HA 0.107 or newer
How to update to 1.3.1?
If you are running Dwains Theme 1.3.0:
Follow the normal update manual see here
If you are running older version of Dwains Theme then 1.3.0: Follow the update manual of 1.3.0 see here
Changes:
- Fixed a bug in
dwains-flexbox-card
that it sometimes loads slow, now itβs a lot faster. - Added translations for Rooms & Devices on homepage.
- The margin above the header is now only applied on laptop & dekstop view.
- Fixed bug for width of tabs on mobile, now you canβt scroll horizontal anymore.
Got any problems during the update process? Join Dwains Theme Discord for personal support!
β
Have a feature request?
Open an issue on GitHub with the title FR
or Feature Request
Just updated to 1.3.1 and it is blazing fast again.
Thanks for the update Dwains!
I changed βshow_in_sidebarβ to false but that did not make any difference (after cache deletion). On my mobile I do not have the sidebar but on Tablet and PC I have this side bar
Hi
First of all, awesome work, I love the theme and how easy it is to configure. I am running into a weird snag though. I keep on getting the error:
Package dwains_theme_configuration setup failed. Component frontend has duplicate key 'primary-font-family'
But as you can see below, the only occurrence of the variable is in each of your Light/Dark themes. The theme actually works, I have to restart Home Assistant from the command line, as the Config Checker prevents me from restarting via the webpage due to this error though.
config $ find . -iname "*.yaml" -exec grep -H primary-font-family "{}" \;
./themes/dwains-theme-black.yaml: primary-font-family: 'Open Sans'
./themes/dwains-theme-white.yaml: primary-font-family: 'Open Sans'
./themes/dwains-theme-dark.yaml: primary-font-family: 'Open Sans'
./themes/dwains-theme-light.yaml: primary-font-family: 'Open Sans'
I can upload my config if youβd like, but I don;t want to spam the forum if there is an obvious answer, and Iβm just being a bit simple.
Did you also copy the www folder?
I did, this is the result of tree -d www:
www
βββ community
β βββ atomic_calendar
β βββ button-card
β βββ custom-header
β βββ harmony-card
β βββ light-entity-card
β βββ lovelace-auto-entities
β βββ lovelace-card-mod
β βββ lovelace-layout-card
β βββ lovelace-more-info-card
β βββ lovelace-state-switch
β βββ lovelace-xiaomi-vacuum-map-card
β βββ mini-graph-card
β βββ power-wheel-card
β βββ secondaryinfo-entity-row
β βββ swipe-card
β βββ weather-card
β β βββ icons
β βββ zigbee2mqtt_networkmap -> /config/custom_components/zigbee2mqtt_networkmap/www
βββ dwains-theme
β βββ fonts
β β βββ fontawesome
β βββ plugins
β βββ dwains-cover-card
β βββ dwains-flexbox-card
β βββ dwains-notification-card
β βββ dwains-swipe-card
β βββ dwains-weather-card
βββ images
βββ persons
I never heard about this issue from somebody. So not sure, you 100% sure you installed everything correctly? Otherwise join the Discord server for support.
What kind of tablet do you have?
ipad pro 12.7 inch.
Could you post a screenshot of the homepage in my theme? And did you run 1.3.1?