dwainscheeren / dwains-lovelace-dashboard

An fully auto generating Home Assistant UI dashboard for desktop, tablet and mobile by Dwains for desktop, tablet, mobile
Other
1.77k stars 188 forks source link

Version 1.2.1 is not compatible with HA 1.107 #56

Closed janusloo closed 4 years ago

janusloo commented 4 years ago

Hi, I upgraded my HA to version 1.107 yesterday and your theme breaks. HA started in failsafe mode. If I disabled your theme, HA starts without any issues.

Are you aware of the breaking change in the latest version of HA? I just downgraded to version 1.106 until you have a fix for this. Thank you for your great theme!

dwainscheeren commented 4 years ago

Yes I also mentioned that multiple times in the HA forum thread, please don't upgrade to 0.107 for now it will break my theme.

janusloo commented 4 years ago

Yes I also mentioned that multiple times in the HA forum thread, please don't upgrade to 0.107 for now it will break my theme.

Oh I am sorry, I didn't check the forum first. My apology if I wasted your time. Should I close the issue?

joyka commented 4 years ago

I managed to get 1.3.0 running with 0.107 by simply changing lovelace section of /config/packages/dwains-theme/dwains_theme_configuration.yaml to

lovelace:
  mode: yaml
  resources: !include_dir_merge_list ../../dwains-theme/resources/
  dashboards:
    dwains-theme:
      mode: yaml
      title: Dwains Theme
      icon: mdi:script
      show_in_sidebar: true
      filename: ui-lovelace.yaml
dwainscheeren commented 4 years ago

@joyka Yes you can do this, but not everything works in 0.107 so this is own your own risk of breaking plugins. As I said I will write an upgrade guide to 0.107 soon when everything is ready for it, please be patient.

dwainscheeren commented 4 years ago

Version 1.3.0 (releasing soon) will be compatible with HA 0.107. It will also have a completely documented tutorial on how to update.