After upgrade to 91.3 Google Assistant voice commands for lights do not works… it anwser me… “a unknow error was appened with studio light”
:
2019-06-07 12:54:51 ERROR (MainThread) [homeassistant.components.google_assistant.smart_home] Error handling message {‘inputs’: [{‘context’: {‘locale_language’: ‘en’}, ‘intent’: ‘action.devices.EXECUTE’, ‘payload’: {‘commands’: [{‘devices’: [{‘id’: ‘light.yeelight_mono1_34ce00882773’}], ‘execution’: [{‘command’: ‘action.devices.commands.OnOff’, ‘params’: {‘on’: True}}]}]}}], ‘requestId’: ‘722628443527739366’}: {‘errorCode’: ‘unknownError’}
2019-06-07 12:54:57 ERROR (MainThread) [homeassistant.components.google_assistant.smart_home] Unexpected error
Traceback (most recent call last):
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/google_assistant/smart_home.py”, line 55, in _process
result = await handler(hass, data, inputs[0].get(‘payload’))
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/google_assistant/smart_home.py”, line 180, in handle_devices_execute
await entities[entity_id].execute(data, execution)
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/google_assistant/helpers.py”, line 186, in execute
await trt.execute(command, data, params, challenge)
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/google_assistant/trait.py”, line 269, in execute
}, blocking=True, context=data.context)
File “/usr/local/lib/python3.7/site-packages/homeassistant/core.py”, line 1141, in async_call
self._execute_service(handler, service_call))
File “/usr/local/lib/python3.7/site-packages/homeassistant/core.py”, line 1163, in _execute_service
await handler.func(service_call)
File “/usr/local/lib/python3.7/site-packages/homeassistant/components/light/init.py”, line 276, in async_handle_light_on_service
permission=POLICY_CONTROL
homeassistant.exceptions.Unauthorized: Unauthorized