Hallo from 0.58 I can’t customize my sensor/switch/etc.etc.
Traceback (most recent call last):
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/aiohttp/web_protocol.py”, line 410, in start
resp = yield from self._request_handler(request)
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/aiohttp/web.py”, line 326, in _handle
resp = yield from handler(request)
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/aiohttp/web_middlewares.py”, line 93, in impl
return (yield from handler(request))
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/http/ban.py”, line 58, in ban_middleware
return (yield from handler(request))
File “/usr/lib/python3.4/asyncio/coroutines.py”, line 143, in coro
res = yield from res
File “/usr/lib/python3.4/asyncio/coroutines.py”, line 143, in coro
res = yield from res
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/http/init.py”, line 430, in handle
result = yield from result
File “/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/config/init.py”, line 126, in post
yield from hass.async_add_job(_write, path, current)
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/config/init.py”, line 197, in _write
with open(path, ‘w’, encoding=‘utf-8’) as outfile:
PermissionError: [Errno 13] Permission denied: ‘/home/homeassistant/.homeassistant/customize.yaml’