andrey-git / home-assistant-custom-ui

Custom UI elements for https://home-assistant.io
https://home-assistant.io
MIT License
526 stars 97 forks source link

custom_ui broken with HA 0.77.2 #152

Closed edif30 closed 5 years ago

edif30 commented 5 years ago

Checklist

Browser + Version: latest version

CustomUI version: latest

Home Assistant release (hass --version): 0.77.2

Problem-relevant configuration.yaml entries:

Problem-relevant Home Assistant log entries: Per HA devs...

For custom card developers that were relying on hass.config, it has been split up. hass.config.core is now available as hass.config and hass.config.services is now available as hass.services

This breaks custom_ui completely in 0.77.2

fanaticDavid commented 5 years ago

Ah, I believe I'm seeing this too.

Just today, I happened to upgrade my Home Assistant install from 0.71.x to 0.77.2. After setting up the user account, I get to see the Home Assistant UI but the cards are pretty much blank. They also keep on increasing in size, as a little popup in the lower left corner notifies me an error has been written to the Home Assistant log file. I've had to completely strip Custom UI from my configuration for the Home Assistant UI to be usable.

That's one way to see just how much Custom UI improves the Home Assistant experience...

andrey-git commented 5 years ago

Released 2018-08-31 with the fix.