error with 0.117.0 release of home assistant
See original GitHub issuemy repo is validated by travis-ci. building against home Assistant 0.117.0 gives the following error:
homeassistant.packages.spotcast.spotcast:
- Package spotcast setup failed. Component spotcast No module named 'plexapi'
removal of spotcast allows the build to pass and no errors are raised.
Issue Analytics
- State:
- Created 3 years ago
- Comments:17 (6 by maintainers)
Top Results From Across the Web
(Digest) Authentication with scrape sensor not working since ...
The problem Scrape sensor is giving error since home assistant version 0.117.0 Environment Home Assistant Core release with the issue: ...
Read more >Setting up Tasmota (beta) integration with Home Assistant
In a recent Home Assistant release (circa 0.117.0), a new integration for Tasmota was announced, so I wanted to try it out.
Read more >Home Assistant 0.117 Frontend Changes! : r/homeassistant
I'm afraid of moving to this release since I use other compact header ... r/homeassistant - Home Assistant 0.117.0 headers extra bold now...
Read more >How to monitor L1 and L2 voltage in Home Assistant?
Hi, I just added my two Sense units to Home Assistant. ... I just submitted the change so it will be in the...
Read more >homeassistant Changelog - PyUp.io
Fix bluetooth device connection failure when device is seen by dbus but not bleak ... Beta release notes: https://rc.home-assistant.io/latest-release-notes/ ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Further information and steps to reproduce: run the official addon: “Check Home Assistant Configuration” check the logs: first run (failed due to lack of spotipy):
Add spotipy to resources. 2nd run log (failed due to lack of pychromecast):
add pychromecast to resources 3rd run log(failed due to lack of plexapi):
Add plexapi to resources. 4th run log (failed due to lack of plexwebsocket):
Add plexwebsocket. 5th run - success!
I can only assume that plex being required is related to the newly added ability to stream plex to cast devices in HA.
It may be that the config may work for some people if other components which use these resources are loaded first, but this cannot be guaranteed.
also, please note that my PR added resources, not dependencies. I remember needing to remove resources which are loaded automatically by a base home assistant install, but it appears that these are no longer loaded by default
@pinkywafer thanks for that … it’s always such a risk upgrading … now I just need to fix my tradfri implementation.