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

I’m refactoring the Weather view completely in 1.3.0 :smiley:

I want to inform everyone that I have moved from Slack to Discord. It’s better and easier for some people, because the most of you where already using Discord for the official HA server.

You can join here FREE: https://discord.gg/7yt64uX

3 Likes

Hi,
Sorry if this has been discussed earlier, didn’t find anything related in search.
When I run the theme through android phone, everything is okay. When I sign to home assistant from pc, icons are not there. If I restore to the previous snapshot and again restore your theme FROM pc, everything is ok in pc but not in phone. Any thoughts?

1 Like

To be honest, no. I never heard anybody with this problems also not on Discord. Did you use mdi icons or Font Awesome icons?

No, I use Font Awesome. After I connected a third device, everything is fine. Icons are loading now. Don’t know why though.

1 Like

Okay great it’s working :+1: You like the theme? :smiley:

Yeah it’s really nice, especially if used as a dashboard.
But it’s a bit difficult to set sensor for dark sky, can’t really unterstand the settings and the weather forecast shows just one day many times ( possibly different hours? )

1 Like

The config of your Dark Sky weather can be wrong, can you share how you set it up?

I ask everyone who is using my theme to not update to HA 0.107 (which will be released tomorrow). It will break the theme completely. I’m working on a fix which fix this so please be patient.

3 Likes

For now I haven’t enable Dark Sky sensor, just component.

configuration.yaml

#Start of dwains-theme necessary code#
homeassistant:
  # If you want to customize entries with friendly_name or custom icon.
  # Read more here: https://www.home-assistant.io/docs/configuration/customizing-devices/
  # Uncomment line below and create file customize.yaml or edit it
  # customize: !include customize.yaml

  # Below entry links to the packages folder required for Dwains Theme
  packages: !include_dir_named packages/ # Comment this whole line if you want to disable Dwains Theme

  # If you had any important strings before in homeassistant: place them back here below
  # 
#End of dwains-theme necessary code#

weather:
  - platform: darksky
    api_key: my api key

global.yaml

global:
  language: en
  weather: weather.dark_sky # Configure a weather entity!
  outside_temperature: sensor.dark_sky_temperature # Configure a sensor here!
  outside_humidity: sensor.dark_sky_humidity # Configure a sensor here!
#  inside_temperature: climate.living_room #Can be climate. or sensor. entity

What I have to do to have forecast for more days? (ex.3)

Also I think that homeassistant string is wrong there but can’t place it after your comment.

1 Like

Has anyone had any issues with the Android app? On my Android, on the latest Home Assistant Android app, I cannot scroll up or down on the screen. It immediately detects the touch of the screen like I am tapping a button. So where ever I touch to start to scroll, it opens that button.

I am hoping I didn’t change anything in the theme configuration that is causing my issue, because if I did, I have no idea what I changed that would have caused it.

1 Like

Did you update in HACS some plugins and maybe the button card plugin?

1 Like

I did update HACS and a couple of other cards. I don’t remember which ones.
Updated HACS and thought I lost everything. I could still see HACS in my integration page but error logs said HACS not installed.

Currently have
button-card Installed version: 3.2.0
HACS Integration version: 0.23.2

1 Like

It seems that in 0.107 there will be a support for multiple Lovelace dashboards, it will probably help :slight_smile:

1 Like

:top: :top: :top:

It has been released

1 Like

I’m using the dark theme and the entity links under the states tab are colored #262628 making them not visible. I can’t seem to figure out where to change this in CSS. I think i need to make an entry in the dwains-theme-dark.yaml file but I’m not 100%.

Thanks
Mike

Got it working again. Updated button-card

1 Like

That’s indeed of var(--primary-color) but I need this primary-color to be ‘dark’ to fix the mobile app theming. There is an updating pending of iOS HA app but it’s taking a looong time. When this update is released I can fix this ‘bug’. In the mean time you can do ctrl + a om that page select everything to read it.

Cool no problem. It’s not a show stopper. That’s basically what I’ve been doing searching for what I need then selecting the text. Maybe I’ll switch to light mode for now. Thanks man!

1 Like