0.115: B-Day release! Media browser, tags, automations & WTH

Wish I never pressed the update-button. Something is eating so much cpu I canā€™t get anything loaded anymore, canā€™t even access my configuration to edit it. This is going to be a long night, sucksā€¦

I experimented with this, and was able to mount a network share by:

  • SSHing into my HA server
  • Creating a folder under the media folder
  • Mounting a SMB share into it using the mount.cifs command

like this:

sudo mkdir <config path>/media/Movies
sudo mount.cifs //<server>/<share> <config path>/media/Movies -o user=<user>

After doing this, the Media Browser allowd me to view and play the videos in that folder.
I run Home Assistant Core on a Raspberry Pi, so this may not be possible if youā€™re using Home Assistant OS due to restrictions.

5 Likes

No dice with any of these,

Cloning into 'py-spy-v0.3.3-armv7-unknown-linux-gnueabihf.tar.gz'...
remote: Not Found
fatal: repository 'https://github.com/benfred/py-spy/releases/download/v0.3.3/py-spy-v0.3.3-armv7-unknown-linux-gnueabihf.tar.gz/' not found

With Cargo

error[E0658]: use of unstable library feature 'alloc': this library is unlikely to
  --> /home/pi/.cargo/registry/src/github.com-1ecc6299db9ec823/target-lexicon-0.10
   |
12 | extern crate alloc;
   | ^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0658`.
error: Could not compile `target-lexicon`.
warning: build failed, waiting for other jobs to finish...
error: failed to compile `py-spy v0.3.3`, intermediate artifacts can be found at `

Hi,
Iā€™ve upgraded to 115.1 but frontend fails to start due to

Sep 18 20:01:32 ha hass[11424]: 2020-09-18 20:01:32 ERROR (SyncWorker_17) [homeassistant.util.package] Unable to install package pillow==7.2.0: Failed building wheel for pillow
Sep 18 20:01:32 ha hass[11424]: Command "/srv/homeassistant/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-nc_bq8bb/pillow/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-drt01bn1/install-record.txt --single-version-externally-managed --compile --install-headers /srv/homeassistant/include/site/python3.7/pillow" failed with error code 1 in /tmp/pip-install-nc_bq8bb/pillow/

Anyone else with the same issue? Iā€™m on virtual env on debian inside LXC.

Update: just found it:

I have the exact same error. :thinking:

Configuration invalid
Platform error tts.google_cloud - Error relocating /usr/local/lib/python3.8/site-packages/grpc/_cython/cygrpc.cpython-38-arm-linux-gnueabihf.so: backtrace: symbol not found
ā€˜ā€™ā€™

I have created bug for broadlink canā€™t connect. Please reply here, if you have same problem https://github.com/home-assistant/core/issues/40267

That was my conclusion too. I posted an issue on github.

Smooth install here way to go everyone!

I am using the standard installation (not sure what they are calling it now) on a Pi4.

I have my iphone and all of itā€™s sensors in an area and it used to show up in my automatically generated lovelace dashboard but since the upgrade to 0.115.1 itā€™s no longer there. Anyone else seeing this? Was it a design decision or is this something that would be a bug?

Not a bug, intentional. Mobile App entities are now hidden from the automatically generated Lovelace starting with this release. Was a design decision as the mobile apps have loads of sensors. It was creating lots of badges above your content in the generated view.

3 Likes

Any chance next version of HA is going to concentrate on fixing broken stuff?

Donā€™t get me wrong I really do appreciate new content but 0.114 broke so many thingsā€¦ and now 0.115 came outā€¦ and more stuff is not workingā€¦ Tensorflow 2 is utterly useless since 0.114 came outā€¦ So, I wonder how many months I need to wait before it is fixed and works like in 0.112.

5 Likes

Spotify in the media browser is showing a maximum of 48 albums for me. Is there a setting somewhere that controls this? Would like to be able to browse more than just the last 48 Iā€™ve added?

This is also the case in the new releases - 48 seems to be the magic number. It doesnā€™t show more than that but there are more in the Spotify app.

Now the yr integration is removed I try to remove it from my setup.
The log and the configuration validation mention the following error: ā€œPlatform error sensor.yr - Integration ā€˜yrā€™ not found.ā€

I searched everywhere, but I canā€™t find this integration in my configuration.yaml or any of the other yaml files.

What Iā€™m I missing?

Do you have it anywhere in a sensor.yaml file ? Thatā€™s where mine was hidden.

1 Like

:flushed: It indeed was. I checked the file, but when I opened it in visual studio code the file wasnā€™t at the top.

Thx!

there you go, caught me as well :grinning:

Have posted a github issue?

its not broken for everyone, jeez. people so in a rush to update then complain. maybe wait a couple of days before hitting the button

If the dev of the tensorflow integration is awol or busy in RL then not a lot people can do, but why do others have to wait for stuff because of one integration they never use. You cant force other developers to look at something they know nothing about.

3 Likes

Huge amount of work and looks great. With the media browser, I cannot see .mkv files. .mp4 and .mp3 etc show and play fine - is there a way to also access .mkv media files?