Sorry i did it, before with that flag, restarted, then put off, restarted, put on, restarted and i get the same error… Maybe put False in place of false?
EDIT: Got these erros:
2020-04-04 17:35:44 ERROR (MainThread) [homeassistant.helpers.entity] Update for media_player.skyq fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 279, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 476, in async_device_update
await self.hass.async_add_executor_job(self.update)
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/skyq/media_player.py", line 216, in update
self._updateCurrentProgramme()
File "/config/custom_components/skyq/media_player.py", line 260, in _updateCurrentProgramme
if self._title.casefold() in SkyRemote.APP_LOGOS:
AttributeError: 'NoneType' object has no attribute 'casefold'
2020-04-04 17:35:49 ERROR (MainThread) [homeassistant.helpers.entity] Update for media_player.skyq fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 279, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 476, in async_device_update
await self.hass.async_add_executor_job(self.update)
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/skyq/media_player.py", line 216, in update
self._updateCurrentProgramme()
File "/config/custom_components/skyq/media_player.py", line 260, in _updateCurrentProgramme
if self._title.casefold() in SkyRemote.APP_LOGOS:
AttributeError: 'NoneType' object has no attribute 'casefold'
2020-04-04 17:36:00 ERROR (MainThread) [homeassistant.helpers.entity] Update for media_player.skyq fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 279, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 476, in async_device_update
await self.hass.async_add_executor_job(self.update)
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/skyq/media_player.py", line 216, in update
self._updateCurrentProgramme()
File "/config/custom_components/skyq/media_player.py", line 260, in _updateCurrentProgramme
if self._title.casefold() in SkyRemote.APP_LOGOS:
AttributeError: 'NoneType' object has no attribute 'casefold'
2020-04-04 17:36:11 ERROR (MainThread) [homeassistant.helpers.entity] Update for media_player.skyq fails
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 279, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 476, in async_device_update
await self.hass.async_add_executor_job(self.update)
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/skyq/media_player.py", line 216, in update
self._updateCurrentProgramme()
File "/config/custom_components/skyq/media_player.py", line 260, in _updateCurrentProgramme
if self._title.casefold() in SkyRemote.APP_LOGOS:
AttributeError: 'NoneType' object has no attribute 'casefold'