I’m refactoring the Weather view completely in 1.3.0
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
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?
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.
Okay great it’s working You like the theme?
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? )
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.
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.
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.
Did you update in HACS some plugins and maybe the button card plugin?
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
It seems that in 0.107 there will be a support for multiple Lovelace dashboards, it will probably help
It has been released
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
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!