0.90: Remote UI, Streams, User Groups

Just because I’ve always been curious, what are “Beta fixes”?

1 Like

I’m seeing the same behavior with the active tabs and blank page on the Hass.io screen, but I’m using Lovelace as the default page and flipping between them doesn’t help (even with reloading). Everything else seems to work fine, even my iframe configurator and log-viewer, albeit sometimes with rendering problems (some items aren’t drawn). Periodic shift-reload fixes that, but doesn’t fix the Hass.io menu for me. The whole UI looks just fine in a second tab that goes straight to the machine and not through the cloud.

“Beta Fix” are the changes we made after the first 0.90 beta version released.
In general, we don’t add new feature after the first beta cut, only the fix for either current beta or previous release.

Thanks for the link, much appreciated.

Konnected seems to be broken in .90. Had to roll back - receiving these errors and status not updating: Konnected does not generate unique IDs.

Same problem here with Konnected on 0.90.

Same issue here. Tried going to states and back to lovelace. Didn’t fix the issue.

Ahh thank you! I always thought maybe they were fixes that were in a beta state, but I couldn’t figure out how that would make any sense :laughing:

I’ve started seeing weird behavior even locally now, and more so on Safari vs. Chrome. Sometimes UI elements aren’t drawn, and sometimes I can’t navigate from page to page, even when it appears that the URL is changing. Seems like there’s a rendering problem and I had to roll back to 0.89.2.

Are you using hassio? You probably want to update hassio supervisor to latest version, see https://github.com/home-assistant/hassio/pull/967

I am, and my supervisor was updated to 150 over the course of today. It looks like that’s supposed to have that PR: https://github.com/home-assistant/hassio/pulse

Thanks for confirming, I’ll wait on this release. Is there an open issue filed that we can track? I want some of the new stuff in this release but can’t have a Konnected outage.

@rccoleman @paradinglunatic

do you have “hassio:” enabled in your configuration.yaml? I did because I had lost the tab a long time ago and it brought it back. Well I just commented it out, did a reboot and the tab is back to normal.

Yes, I do. To be clear, I’m not missing the Hass.io option on the left menu bar, but selecting it shows me a page that only shows the tabs on top and the rest of the page is blank. It got worse the more I played with it where, as I said, other tabs started behaving strangely by not drawing parts of pages or not letting me go into certain sections, even though the URL appeared to change. When I couldn’t get into the configuration section, I decided to roll back. I cleared my cache and I thought it was better, but it started to degrade again.

1 Like

Great work, especially on the User Groups feature.

I’ve just updated to 0.90 form 0.89.2 and everything seems to be working OK apart from my Netatmo camera, I’m getting a

Error while setting up platform netatmo
4:33 AM components/netatmo/climate.py (ERROR)

Which is kind of odd, it seems to think my camera is a climate device now?

It used to work OK in 0.89.2, I’ll try rolling back I’ll see if this fixes it and if it does I’ll do one of those github issue things. :slight_smile:

Same issue here, switching to defaults states UI and back to lovelace not helping

after upgrading i am getting this error
Please guide
2019-03-21 11:09:09 ERROR (MainThread) [homeassistant.auth.providers] Invalid configuration for auth provider legacy_api_password: required key not provided @ data[‘api_password’]. Got None
2019-03-21 11:09:09 ERROR (MainThread) [homeassistant.config] Invalid config for [homeassistant]: required key not provided @ data[‘api_password’]. Got None. (See /config/configuration.yaml, line 3).
2019-03-21 11:09:09 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/homeassistant/core.py”, line 1115, in async_call
raise ServiceNotFound(domain, service) from None
homeassistant.exceptions.ServiceNotFound: (ServiceNotFound(…), ‘Service persistent_notification.create not found’)

2 Likes

I still have problems with the Tado component. Not the tracking as I do not use that. I get invalid setup error, but have not changed anything

There is an issue in your config about invalid auth provider. Please check release doc’s as it may have changed