2020-05-28 14:16:49 ERROR (MainThread) [homeassistant.setup] Error during setup of component sonoff Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/setup.py", line 171, in _async_setup_component hass, processed_config File "/config/custom_components/sonoff/__init__.py", line 68, in async_setup del info['installation_type'], info['timezone'] KeyError: 'installation_type' 2020-05-28 14:17:11 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/google_assistant/report_state.py", line 39, in async_entity_state_listener entity_data = entity.query_serialize() File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 474, in query_serialize deep_update(attrs, trt.query_attributes()) File "/usr/src/homeassistant/homeassistant/components/google_assistant/trait.py", line 678, in query_attributes temp_util.convert(float(current_temp), unit, TEMP_CELSIUS), 1 ValueError: could not convert string to float: 'None' 2020-05-28 14:18:12 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/google_assistant/report_state.py", line 66, in inital_report entities[entity.entity_id] = entity.query_serialize() File "/usr/src/homeassistant/homeassistant/components/google_assistant/helpers.py", line 474, in query_serialize deep_update(attrs, trt.query_attributes()) File "/usr/src/homeassistant/homeassistant/components/google_assistant/trait.py", line 678, in query_attributes temp_util.convert(float(current_temp), unit, TEMP_CELSIUS), 1 ValueError: could not convert string to float: 'None'