After updating to i think 0.89 my light Groups used in different scenes does not Work properly any more and I get the following error.
I don´t quite know what to make of it but here is an example of a not more working group created in my light.yaml and the part of the scene where it is used.
- platform: group
name: Kitchen table
entities:
- light.kitchen_6
- light.kitchen_7
- light.kitchen_8
- name: Morninglight
entities:
light.kitchen_table:
state: on
kelvin: 2500
brightness: 200
transition: 3600
2019-03-19 17:54:35 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/lib/python3.5/asyncio/tasks.py”, line 241, in _step
result = coro.throw(exc)
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/core.py”, line 1133, in async_call
self._execute_service(handler, service_call))
File “/usr/lib/python3.5/asyncio/futures.py”, line 380, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.5/asyncio/tasks.py”, line 304, in _wakeup
future.result()
File “/usr/lib/python3.5/asyncio/futures.py”, line 293, in result
raise self._exception
File “/usr/lib/python3.5/asyncio/tasks.py”, line 241, in _step
result = coro.throw(exc)
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/core.py”, line 1155, in _execute_service
await handler.func(service_call)
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/light/init.py”, line 288, in async_handle_light_on_service
await light.async_turn_on(**pars)
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/light/group.py”, line 180, in async_turn_on
light.DOMAIN, light.SERVICE_TURN_ON, data, blocking=True)
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/core.py”, line 1133, in async_call
self._execute_service(handler, service_call))
File “/usr/lib/python3.5/asyncio/futures.py”, line 380, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.5/asyncio/tasks.py”, line 304, in _wakeup
future.result()
File “/usr/lib/python3.5/asyncio/futures.py”, line 293, in result
raise self._exception
File “/usr/lib/python3.5/asyncio/tasks.py”, line 239, in _step
result = coro.send(None)
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/core.py”, line 1155, in _execute_service
await handler.func(service_call)
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/light/init.py”, line 288, in async_handle_light_on_service
await light.async_turn_on(**pars)
File “/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/hue/light.py”, line 389, in async_turn_on
await self.light.set_state(**command)
File “/srv/homeassistant/lib/python3.5/site-packages/aiohue/lights.py”, line 117, in set_state
json=data)
File “/srv/homeassistant/lib/python3.5/site-packages/aiohue/bridge.py”, line 62, in request
‘Invalid content type: {}’.format(res.content_type))
aiohue.errors.ResponseError: Invalid content type: text/html