This is already working for me. But as I understood, it is possible to sort the icons by date if I use it as addon… But I can’t find any good documentation how the addons should look like… Only the github examples and for me it’s difficult to understand it just by example…
It is documented here how to make a house information addon https://dwainscheeren.github.io/dwains-lovelace-dashboard/addons/house_information.html
yeah, but where can i learn how to make the page.yaml ?
page.yaml
is just a file where you can put your custom cards in. Just like a normal yaml based view. You can also take a look here for some inspiration https://github.com/dwainscheeren/dwains-dashboard-addons
Must say that if you started using HA and started using your theme before customizing lovelace yourself (as I did) that this isn’t immediately obvious
Something that will probably hapen to more and more people, since you can do so much customization to lovelace cards directly in the gui now.
Maybe in the customization documentation you could point out that the custom pages work like customizing lovelace, as described on https://www.home-assistant.io/lovelace ?
I’ve solved disabling lovelace_gen in configuration…
By the way…I have an ac and a smart radiator in the same room with two different climate entity… i ve added the second thermostat via addons in the room but I’d like to see the former in the same way dwains do …let me explain with a couple of screenshots…
This is the room page
This is the second thermostat …
But i would like to show it like that…
Any suggestion?
Tearing my hair out with popups. I’ve followed the documentation and I’m trying to implement global popups for climate and light domains based on DBuit’s awesome HomeKit Inspired custom popup cards. I have the following in my global.yaml:
custom_popups: #Create custom popups for a whole domain. See popup addons in the docs
- domain: climate
path: 'dwains-dashboard/addons/popups/climate/popup.yaml'
- domain: light
path: 'dwains-dashboard/addons/popups/lights/popup.yaml'
they link to individual configs as follows:
entity: {{ entity }}
type: 'custom:thermostat-popup-card'
settings: true
entity: {{ entity }}
type: custom:light-popup-card
settings: true
But no matter what I do I get an error when I reload the config:
Invalid key: "OrderedDict(['entity',None])" in "/config/dwains-dashboard/addons/popups/climate/popup.yaml", line 1 column 0
Can anyone spot where I’ve gone wrong?
Did you register the custom cards in /config/lovelace/resources (settings–>lovelace dashboards–>sources) ? Unsure if it throws that error if you didn’t, but worth a check
Do you got # dwains_dashboard
as first line in your popup files?
Is there a german translation or how do i translate it?
Yes there is,
Einstellungen > Integrationen > Dwains Dashboard > Optionen > Language > Deutsch
(EN: Settings > Integrations > Dwains Dashboard > Options > Language > Deutsch)
Hey guys,
first of all. Thanks for that awesome dashboard to the developer. I am working on its since yesterday. I am absolut beginner at home assistant, so sorry for maybe the stupid questions…
Its it okay how I am working with the groups?
Or is it better to work with the “platform: group” parameter? Or maybe the new lights groups?
I have issues with the “group parameter” or light group. It only displays the whole group in the entities and not the single lamps, so its not possible to turn of or on single lamps in the groups. Its working great with the groups like above.
Is it possible to configure a button for the rooms to turn of all lights at once?
Is there a easy way to enable the popup at longpressing the room? I dont get it with the addons…my addon folder is empty. Have I to create the .yamls there at my own?
Last question:
Is it possible to configure only one cover to a room? Or is a group needed?
Because that is not working
Last question:
Is this a bad error?
http://homeassistant:8123/dwains_dashboard/js/dwains-dashboard.js:90:11007 Uncaught TypeError: Cannot read property ‘config’ of undefined
Maybe someone has some ideas or anwers, or a example from his room.yaml or groups.yaml.
After all, its looking great I wish a great start in the new year to everyone!
Great Dashboard!,
Is there a was to show all lights or devices that are on?
Yes
You can double tap on the room button or on the lights
Read the addon documentation for that
You can use a single cover entity, no group required, unless you want more covers in 1 room
You can ignore that error.
It shows in the header on the homepage or on the devices tab on the homepage
I think i described it not precisely enough, sry.
What i meant is the following:
E.g. 5 lights out of 55 are on. I click on the 5 lights and only see these 5 lights and not all.