Hi,
I added a new group in the groups.yaml :
dan: devices.android5f41a83eeae52ce8, devices.dan_oneplus5
So I got a new card Group dan in Configuration but when I hit the save button it spins for ever and the log shows this :
2017-07-04 18:28:25 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/home/dan/.homeassistant/deps/aiohttp/web_protocol.py", line 422, in start
resp = yield from self._request_handler(request)
File "/home/dan/.homeassistant/deps/aiohttp/web.py", line 306, in _handle
resp = 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 "/usr/local/lib/python3.4/dist-packages/homeassistant/components/http/ban.py", line 58, in ban_middleware_handler
return (yield from handler(request))
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/http/__init__.py", line 424, in handle
result = yield from result
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/config/__init__.py", line 124, in post
self._write_value(current, config_key, data)
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/config/__init__.py", line 158, in _write_value
data.setdefault(config_key, {}).update(new_value)
AttributeError: 'str' object has no attribute 'update'
Version 0.48.0
Any idea ?