DD - Automatic area-based dashboard for desktop, tablet and mobile - V3.7.0

Thanks for the hint :slight_smile: but don’t fix the issue :frowning:


Any other hint? Thanks

Show me your code :slight_smile:

Issue found, the visual studio code server for some reason add a “space” between the { { :slight_smile:
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

1 Like

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 :stuck_out_tongue: )

7 Likes

When do you think 3.0 will be released? Loose estimate…

I hope to release a beta this or next month.

1 Like

Can you publish some printscreen just to let us even more excited for the new release? :stuck_out_tongue:

Yes, I will soon :slight_smile:

2 Likes

Are there any examples of how to set this up I could reference?

v2.0.7 - Small changes

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!

How to install 2.0.7 fresh (if you are new):

How to update to 2.0.7 manual:

  1. Download version 2.0.7 and unzip the file.
  2. Inside this folder you will see a folder called custom_components copy this folder.
  3. Go to the main folder of your Home Assistant installation. This is the folder where you config is. (Hint: its the folder where for example the files ui-lovelace.yaml and configuration.yaml are located).
  4. Paste the custom_components to the main folder of your Home Assistant installation and overwrite all existing files!
    5. Reboot your Home Assistant
    6. Clear your browser cache on all devices
  5. You are done!

How to update to 2.0.7. thought HACS:

  1. Open HACS
  2. Go to Dwains Dashboard and click update
  3. Reboot your Home Assistant
  4. Clear your browser cache on all devices
  5. You are done!

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 :+1:

Changes:

  • You can now tweak Favorites check out #358
  • Fixed a bug where addons weren’t full width. #382
  • Added Portuguese language. #376
  • Added Czech language. #381
  • Added Polish language. #385
  • When you want to use non-ascii characters in a room name please check out: #390 .

As a proud sponsor, I would definitely want to give it a go :heart_eyes:

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:

Screenshot 2022-02-18 121455

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   

Screenshot 2022-02-18 121455

but this is still not the right width