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

Please post your rooms.yaml file :slight_smile: Do you got any red error things on frontend? Did you install latest version? Also you can join Slack EN for 1 on 1 support with me :slight_smile:

rooms:
  - name: Hallway
    icon: fas:key
    light:  light.bathroom_lights
    climate: climate.kitchen_ac
    motion: sensor.broadlink_s1c_kitchen_motion_sensor

I used this to try it out before full configuration. How can I find you on Slack? Sorry a real noob here :slight_smile:

Seems all right that config, only 1 space too much before light… You can join EN Slack here and use the channel #dwains-lovelace-theme

Thanks for creating this theme. It’s awesome!

The only issue I’m having is like in the room screenshots below, the motion icons don’t show on the front page. Do they only show when there is motion?



1 Like

Yes, the only show when there is motion now. The light icon is the only icon which is fixed on the homepage in a room. The others (doors, windows, motion) are showed when they are ‘on’. I personally find it cleaner that way and I can quickly see which rooms has open door/window and on motion.
But some people want it always visible so a light grey (off) and blue icon (on) for every item I just mentioned, so I’m thinking about making a function for this.

Also I’m adding the support for a sensor.* with an True and False state in the next update, because now it only supports a binary_sensor.* with on/off state.

I’ve a strange issue after latest Dev version of home-assistant 0.106b

What’s wrong here
? I’ve alarm panel and it shows all the right state

1 Like

How did you achieve the up and down slider for the cover entities ? Mine are as below.

1 Like

I will look into it :slight_smile: I can’t give any support with my theme on beta versions of HA to be honest.

Alright…thought you might have setup a Dev environment for your project for testings

1 Like

mind posting the yaml of the room?

1 Like

Hi mase,

didnt do anything. Just configured the cover group in the rooms section.
I think Dwain autodetects if there is a position address and chooses a different card.

Klaus

1 Like

Had the same issue with the alarm card and rolled back and it worked again.

Klaus

1 Like

Thanks for the hint, i find the issue.

@dwains I find out that your cover-card.js require the cover to have supported_features == 15

My covers have supported_features == 7 .

I changed the requirement to match my covers and the sliders appeared and are working just fine.
I don’t really know if this is a bug/miss so let my know if you want me to open an issue in Github.

1 Like

It’s a bug, can you please open a Github issue for this :slight_smile: thanks

1 Like

@here I’m working hard on the next update, please be patient :smiley: It will have bug fixes and some small new features. The update after the next update will also have full desktop/tablet supported views and some other new features :smiley:

2 Likes

hopefully alarm panel will be fixed :slight_smile: i am waiting unpatiently for this upgrade :slight_smile: which new features ? :stuck_out_tongue:

1 Like

I’m not getting any of my calendars to show up. probably something easy I haven’t done in the background. Apart from putting the calendar entity in the house information yaml, is there anything I’m missing.

1 Like

Please post some more info, which calendar do you use etc. whats your config? You can always join EN slack for live support.

Just using the atomic calendar plugin. Google Calendar integration, which is working fine via the states developer tools.

# https://dwainscheeren.github.io/lovelace-dwains-theme/configuration/house_information.html

house_information:
  favorites:
  - entity: binary_sensor.hall_pir
    icon_on: fas:walking
    #icon_off: 
  - entity: binary_sensor.front_door
    icon_on: fas:door-open
    icon_off: fas:door-closed

calendar:
  - calendar.calendar
  - calendar.my_calendar
  - calendar.family_calendar
  - calendar.rugby_birthdays

Your theme is awesome!

1 Like