i have it working, but just in the more addon section. its not related to the built in weather info, im not sure that can be done at this stage.
Thanks tbar05,
Yes I’m trying to get it as a more page. Could I be a pain and see you config for it?
I think I still have some bugs to iron out but seeing a working version might unlock the Eureka moment I need.
Thanks
this is page.yaml in config\dwains-theme\addons\more_page\weather
- type: vertical-stack
apparent_right_margin: 1em
apparent_right_pos: 1em
apparent_top_margin: 45px
current_data_top_margin: 7em
current_text_font_size: 1.5em
current_text_left_pos: 5em
current_text_top_margin: 39px
entity_apparent_temp: sensor.bom_wodonga_feels_like_c
entity_current_conditions: sensor.bom_wodonga_icon_0
entity_daily_summary: sensor.bom_wodonga_detailed_summary_0
entity_daytime_high: sensor.bom_today_max
entity_daytime_low: sensor.bom_today_min
entity_forecast_high_temp_1: sensor.bom_wodonga_max_temp_c_1
entity_forecast_high_temp_2: sensor.bom_wodonga_max_temp_c_2
entity_forecast_high_temp_3: sensor.bom_wodonga_max_temp_c_3
entity_forecast_high_temp_4: sensor.bom_wodonga_max_temp_c_4
entity_forecast_high_temp_5: sensor.bom_wodonga_max_temp_c_5
entity_forecast_icon_1: sensor.bom_wodonga_icon_1
entity_forecast_icon_2: sensor.bom_wodonga_icon_2
entity_forecast_icon_3: sensor.bom_wodonga_icon_3
entity_forecast_icon_4: sensor.bom_wodonga_icon_4
entity_forecast_icon_5: sensor.bom_wodonga_icon_5
entity_forecast_low_temp_1: sensor.bom_wodonga_min_temp_c_1
entity_forecast_low_temp_2: sensor.bom_wodonga_min_temp_c_2
entity_forecast_low_temp_3: sensor.bom_wodonga_min_temp_c_3
entity_forecast_low_temp_4: sensor.bom_wodonga_min_temp_c_4
entity_forecast_low_temp_5: sensor.bom_wodonga_min_temp_c_5
entity_humidity: sensor.bom_wodonga_relative_humidity
entity_pop: sensor.bom_wodonga_chance_of_rain_0
entity_pop_1: sensor.bom_wodonga_chance_of_rain_1
entity_pop_2: sensor.bom_wodonga_chance_of_rain_2
entity_pop_3: sensor.bom_wodonga_chance_of_rain_3
entity_pop_4: sensor.bom_wodonga_chance_of_rain_4
entity_pop_5: sensor.bom_wodonga_chance_of_rain_5
entity_pop_intensity: sensor.bom_wodonga_rain_today
entity_pos_1: sensor.bom_wodonga_possible_rainfall_1
entity_pos_2: sensor.bom_wodonga_possible_rainfall_2
entity_pos_3: sensor.bom_wodonga_possible_rainfall_3
entity_pos_4: sensor.bom_wodonga_possible_rainfall_4
entity_pos_5: sensor.bom_wodonga_possible_rainfall_5
entity_possible_today: sensor.bom_wodonga_possible_rainfall_0
entity_summary_1: sensor.bom_wodonga_summary_1
entity_summary_2: sensor.bom_wodonga_summary_2
entity_summary_3: sensor.bom_wodonga_summary_3
entity_summary_4: sensor.bom_wodonga_summary_4
entity_summary_5: sensor.bom_wodonga_summary_5
entity_sun: sun.sun
entity_temperature: sensor.bom_wodonga_air_temp_c
entity_wind_bearing: sensor.bom_wodonga_wind_direction
entity_wind_speed: sensor.bom_wodonga_wind_speed_kmh
large_icon_left_position: 0em
large_icon_top_margin: '-3.5em'
locale: en
old_daily_format: false
refresh_interval: 60
separator_top_margin: 6em
show_beaufort: false
show_separator: false
slot_l1: daytime_high
slot_l2: daytime_low
slot_l3: wind
slot_l4: sun_next
slot_r1: pop
slot_r2: humidity
slot_r3: possible_today
slot_r4: sun_following
static_icons: false
sunset: true
temp_font_size: 4em
temp_font_weight: 300
temp_right_pos: 0.85em
temp_top_margin: '-0.3em'
temp_uom_right_margin: 7px
temp_uom_top_margin: '-9px'
time_format: 12
title: BOM Weather
tooltip_bg_color: 'rgb( 75,155,239)'
tooltip_border_color: 'rgb(255,161,0)'
tooltip_border_width: 1
tooltip_caret_size: 5
tooltip_fg_color: '#fff'
tooltip_left_offset: -12
tooltip_width: 110
tooltips: true
type: 'custom:bom-weather-card'
- entity: camera.wodonga_radar
type: picture-entity
aspect_ratio: 0%
more_page.yaml
more_page:
addons:
- name: Weather
icon: fas:cloud-sun
path: 'dwains-theme/addons/more_page/weather/page.yaml'
and make sure you have the integration and frontend listed in the custom_resources.yaml
I think I’m still too new to figure all this out. What is the easiest way to remove this theme for now?
Other than some minor issues, I’ve switched over to Dwain’s Theme as the primary interface for our mobile devices.
I’ve been slowly adding to it over time, but have been mindful of not complicating it too much and keeping it user friendly. The UI side of HA is all about trade-offs between effort and complexity but this is the best balance for me right now.
So yes, I am (with a lot of others) still following any updates and any significant limitations I’ve encountered are probably more inherent in HA than in your theme. Please keep up the good work!
This theme is amazing, thanks for the great work.
I’m just having one issue: Adding a vacuum to a room is making the UI to crash on refresh. It just happens with the vacuum. Any ideas?
Hi I would like to know if version 1.4.1 is compatible with HA 0.115? I want to upgrade HA but hesitant if your current theme is compatible with it. Thank you so much for your time and effort in this incredible theme! I am using it everyday on my phone, laptop and tablets! Superb!
Any way to get TTS working with Alexa? I don’t think the default media player entity / card works with Alexa TTS…
Heyy
Just a small question, does someone of you also have the problem
that all popups kinda looking strange ? Updated to 0.115.1 but had the problem in earlier Versions
as well.
Here is what I expected:
And this is what I got:
Someone know how to fix that? (Everything Else ist working well in the new version of HA)
Same issue
Thats an issue with the “custom:more-info-card” card which is used throughout the theme. The only way to fix it is to edit the code to remove the custom card and go back to hass pop-ups, or wait for the card to be fixed.
There’s a closed issue here with no fix.
Additionally the latest home assistant version re did quite a bit of the more info which is also not handled with the custom card, meaning it will not show.
Hi tbar05,
i have this in my custom resources
- url: /hacsfiles/bom-weather-card/bom-weather-card.js
type: module
Whats the one im missing?
did you have the card working outside of dwains theme?
you shouldnt need to add anything else. if you copied my code exactly, you will need to remove this part, that was for a radar image i added
- entity: camera.wodonga_radar
type: picture-entity
aspect_ratio: 0%
No, but I only use this theme, so I haven’t tried it by itself.
I kept your camera section and changed it to my entity name as a way to be sure something was working. That part works
have a read through the repo details then if your still struggling
you need to download the icons and add the BOM forecast integration on HACS
thanks I’ve done that (but will go back and do it again) with the forecast did you add anything to your resources yaml? I’ve got the weather card as shown above
no i dont think you should have to add anything to the resources yaml for that as its an integration, not front end
Cool I’ll keep digging. Worst case I’ll make an entities page and put them in and come back to it later. Thanks for your help
Any update on the garage door issue? I’m currently having to use the MyQ app separate to open/close the garage.
I haven’t tested yet but this is probably no longer the case in 0.115.3 (they reverted lazy loading of custom more info cards): https://github.com/home-assistant/core/pull/40549
Edit: Tested and history works fine for me on 0.115.3