Thanks for the hint but don’t fix the issue
Any other hint? Thanks
Show me your code
Issue found, the visual studio code server for some reason add a “space” between the { {
Thank you for your help
Quick question.
how do i get more lights to show in the ‘all lights’ page? I’ve got various groups of lights setup for rooms (All kitchen, All living room, etc) which work fine, as well as individual lights setup via page_elements that show up as ‘more entities’ in each room. However if I click on the ‘All Lights’ button, I only see my light groups, not any of the individual lights. For example Living Room has 4 individual lights in it, Kitchen has 2.
Light group != ha group
Ok, so I’m not as much of an expert at building HA as some, is there somewhere i can specify additional lights to show up on that page? Ideally id like to have the master like ‘living room’ room control but at the bottom have the 4 individual lights listed out
Then you created an light group, but you must create a normal ha group to archieve what you want.
It wont open some rooms, some open other s not
Could be the cause of your problem, if so remove the special characters for now.
Thx, works
Good news, some people in the DD Discord are trying the 3.0 alpha, and what I can hear from them… it’s awesome. (yes their words )
When do you think 3.0 will be released? Loose estimate…
I hope to release a beta this or next month.
Can you publish some printscreen just to let us even more excited for the new release?
Yes, I will soon
Are there any examples of how to set this up I could reference?
v2.0.7 is only compatible with HA 2022.2 and newer!
If you get an error after updating please make 1000% sure you cleared your cache!
custom_components
copy this folder.ui-lovelace.yaml
and configuration.yaml
are located).custom_components
to the main folder of your Home Assistant installation and overwrite all existing files!If you are running older version then 2.0.0:
First upgrade to 2.0.0 and then to 2.0.7. To upgrade to 2.0.0 follow this upgrade guide: Dwains Lovelace Dashboard | An auto generating Home Assistant Lovelace UI dashboard for desktop, tablet and mobile by Dwains for desktop, tablet, mobile
Please consider a donation
Changes:
As a proud sponsor, I would definitely want to give it a go
with 2.0.7 ive got some new issues with the width of more addon page.
my code is this:
- type: custom:button-card
template: rooms_child
name: Door
icon: mdi:door-closed-lock
entity: switch.switchbotone_switch
but it looks like this:
how to get it the width like the other buttons of your dashboard?
EDIT: this is the whole code which leads to this
- type: horizontal-stack
cards:
- type: custom:dwains-flexbox-card
#columns: 2
padding: true
items_classes: 'col-xs-12 col-sm-12 col-md-12 col-lg-12'
cards:
- type: vertical-stack
cards:
#Heading
- type: custom:dwains-heading-card
title: Haustür
# this room has only 1 device
- type: custom:button-card
template: rooms_child
name: Haustür öffnen
icon: mdi:door-closed-lock
entity: switch.switchbotone_switch
tap_action:
action: toggle
hold_action:
action: more-info
double_tap_action:
action: more-info
- type: custom:dwains-flexbox-card
padding: true
items_classes: 'col-xs-12 col-sm-12 col-md-12 col-lg-12'
cards:
- type: vertical-stack
cards:
- type: custom:dwains-heading-card
title: Wohnungstür
- type: custom:button-card
template: rooms_child
name: Wohnungstür öffnen
tap_action:
action: call-service
service: lock.open
service_data:
entity_id: lock.nuki_wohnungstur_lock
entity: lock.nuki_wohnungstur_lock
hold_action:
action: more-info
double_tap_action:
action: more-info
but this is still not the right width