You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
[ x] Using latest version of spotcast
[ x ] I have setup the Spotify integration in Home Assistant
I am using multiple accounts
[ x ] Using latest stable version of Home Assistant
I have Spotify Premium
[ x ] I'm attaching relevant logs with level debug for component spotcast (see README)
I'm using entity_id in the service call and have tried device_name but the issue remains
Describe the bug
No more devices in the list and no more playlists after update to Home Assistant core-2021.12.0
Update for sensor.chromecast_devices fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 487, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 691, in async_device_update
raise exc
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/spotcast/sensor.py", line 51, in update
chromecasts = [
File "/config/custom_components/spotcast/sensor.py", line 56, in
"model_name": cast_info.model_name,
AttributeError: 'ChromecastInfo' object has no attribute 'model_name'
Environment (please complete the following information):
Describe the bug
A clear and concise description of what the bug is.
Describe the bug
No more devices in the list and no more playlists after update to Home Assistant core-2021.12.0
Update for sensor.chromecast_devices fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 487, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 691, in async_device_update
raise exc
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/spotcast/sensor.py", line 51, in update
chromecasts = [
File "/config/custom_components/spotcast/sensor.py", line 56, in
"model_name": cast_info.model_name,
AttributeError: 'ChromecastInfo' object has no attribute 'model_name'
Environment (please complete the following information):
Configuration
spotcast:
sp_dc: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
sp_key: xxxxxxxxxxxxxxxxxxxxxxxx
Additional context
fail after upgrade of last update of HA core-2021.12.0
The text was updated successfully, but these errors were encountered: