So I unlinked my project, creted a new one and when I try to link it on the Google home app it says,
Account linked and some seconds later
“Something went wrong. try again”
but in the Hassio logs now I find these:
Unexpected error
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/homeassistant/components/google_assistant/smart_home.py", line 205, in _process
result = await handler(hass, config, inputs[0].get('payload'))
File "/usr/lib/python3.6/site-packages/homeassistant/components/google_assistant/smart_home.py", line 232, in async_devices_sync
serialized = entity.sync_serialize()
File "/usr/lib/python3.6/site-packages/homeassistant/components/google_assistant/smart_home.py", line 128, in sync_serialize
device['attributes'].update(trt.sync_attributes())
File "/usr/lib/python3.6/site-packages/homeassistant/components/google_assistant/trait.py", line 310, in sync_attributes
attrs.get(light.ATTR_MIN_MIREDS)),
File "/usr/lib/python3.6/site-packages/homeassistant/util/color.py", line 443, in color_temperature_mired_to_kelvin
return math.floor(1000000 / mired_temperature)
TypeError: unsupported operand type(s) for /: 'int' and 'NoneType'
Sorry I forgot to mention I did upgrade to 65.6.
I didn’t know about the breaking change at first so had to remove “type” from each of my google entries yet i lost the link all together.
I download graded back to 64.3 and got it back up and running, ill try again today.