Been many months since i have Home Assistant running. Flawlessly on my PI.
Want to add Blink onto it, but Home Assistant is out of date.
i can’t recall how it is set up. So is there a quick way of determining whether it is Hass.io, HASSbian Vagrant or Virtualenv?
my details:
Home Assistant
0.39.3
Path to configuration.yaml: /home/homeassistant/.homeassistant
The following errors have been logged this session:
18-02-27 14:48:41 ERROR (MainThread) [homeassistant.loader] Unable to find component blink
18-02-27 14:49:22 WARNING (MainThread) [homeassistant.core] Unable to find service media_player/play_media
18-02-27 14:49:32 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/lib/python3.4/asyncio/tasks.py”, line 233, in _step
result = coro.throw(exc)
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/core.py”, line 1001, in _event_to_service_call
yield from service_handler.func(service_call)
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/notify/init.py”, line 136, in async_notify_message
yield from notify_service.async_send_message(**kwargs)
File “/usr/lib/python3.4/asyncio/futures.py”, line 388, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.4/asyncio/tasks.py”, line 286, in _wakeup
value = future.result()
File “/usr/lib/python3.4/asyncio/futures.py”, line 277, in result
raise self._exception
File “/usr/lib/python3.4/concurrent/futures/thread.py”, line 54, in run
result = self.fn(*self.args, **self.kwargs)
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/notify/pushbullet.py”, line 93, in send_message
self.pushbullet.push_note(title, message)
File “/home/homeassistant/.homeassistant/deps/pushbullet/pushbullet.py”, line 238, in push_note
return self._push(data)
File “/home/homeassistant/.homeassistant/deps/pushbullet/pushbullet.py”, line 267, in _push
raise PushError(r.text)
pushbullet.errors.PushError: {“error”:{“code”:“invalid_request”,“type”:“invalid_request”,“message”:“Account has not been used for over a month.”,“cat”:"(=xェx=)"},“error_code”:“invalid_request”}
The upgrade process differs depending on the installation you have, so please review the documentation that is specific to your install Hass.io, HASSbian, Vagrant, or Virtualenv.
Many Thanks Mike