A few notes regarding 0.133.1 not starting up for me. I gave it a retry with the debug logging enabled, and here are notes from my log.
2020-07-25 10:36:56 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=camera.radar, old_state=None, new_state=<state camera.radar=idle; access_token=<snip>, friendly_name=Radar, entity_picture=/api/camera_proxy/camera.radar?token=<snip>, supported_features=0 @ 2020-07-25...>>
2020-07-25 10:36:56 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1684740016] Error handling message: Unknown error
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/websocket_api/connection.py", line 95, in async_handle
handler(self.hass, self, schema(msg))
File "/home/homeassistant/.homeassistant/custom_components/browser_mod/connection.py", line 36, in handle_update
devices[deviceID].update(msg.get("data", None))
File "/home/homeassistant/.homeassistant/custom_components/browser_mod/connection.py", line 76, in update
self)
File "/home/homeassistant/.homeassistant/custom_components/browser_mod/helpers.py", line 30, in create_entity
adder = hass.data[DOMAIN][DATA_ADDERS][platform]
KeyError: 'sensor'
I see the error is from browser_mod. Iām using 1.1.1 which was apparently updated for 0.113 so obviously I canāt be sure this is a ācoreā issue or a custom component issue. The camera is an image from a web link:
camera:
platform: generic
still_image_url: https://<url>/current.png
name: Radar
I do have Kodi elements but them seem to come up. I didnāt try remote use, but the entities were created and no issues logged.
I get these for zwave in the logs, but the network doesnāt start:
2020-07-25 10:36:51 INFO (MainThread) [homeassistant.components.zwave] Z-Wave USB path is /dev/ttyACM0
2020-07-25 10:36:51 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event service_registered[L]: domain=zwave, service=start_network>
2020-07-25 10:36:52 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=zwave>
2020-07-25 10:36:52 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.zwave
2020-07-25 10:36:52 INFO (MainThread) [homeassistant.components.cover] Setting up cover.zwave
2020-07-25 10:36:52 INFO (MainThread) [homeassistant.components.light] Setting up light.zwave
2020-07-25 10:36:52 INFO (MainThread) [homeassistant.components.switch] Setting up switch.zwave
2020-07-25 10:36:52 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event component_loaded[L]: component=config.zwave>
2020-07-25 10:36:55 INFO (MainThread) [homeassistant.components.climate] Setting up climate.zwave
2020-07-25 10:36:55 INFO (MainThread) [homeassistant.components.fan] Setting up fan.zwave
2020-07-25 10:36:55 INFO (MainThread) [homeassistant.components.lock] Setting up lock.zwave
This is the only other error I see ā Iām using an alarm decoder and Iāll have a look at all the sensors derived from this to make sure theyāre gated with availability.
2020-07-25 10:36:35 DEBUG (MainThread) [homeassistant.core] Bus:Handling <Event state_changed[L]: entity_id=alarm_control_panel.alarm_panel, old_state=<state alarm_control_panel.alarm_panel=unknown; code_format=number, changed_by=None, code_arm_required=True, ac_power=None, backlight_on=None, battery_low=None, check_zone=None, chime=None, entry_delay_off=None, programming_mode=None, ready=None, zone_bypassed=None, friendly_name=Alarm Panel, supported_features=7 @ 2020-07-25...>, new_state=<state alarm_control_panel.alarm_panel=disarmed; code_format=number, changed_by=None, code_arm_required=True, ac_power=True, backlight_on=True, battery_low=False, check_zone=False, chime=False, entry_delay_off=False, programming_mode=False, ready=True, zone_bypassed=False, friendly_name=Alarm Panel, supported_features=7 @ 2020-07-25...>>
2020-07-25 10:36:36 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.1712658256] Error handling message: Unknown error
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/template.py", line 229, in async_render
return compiled.render(kwargs).strip()
File "/srv/homeassistant/lib/python3.7/site-packages/jinja2/environment.py", line 1090, in render
self.environment.handle_exception()
File "/srv/homeassistant/lib/python3.7/site-packages/jinja2/environment.py", line 832, in handle_exception
reraise(*rewrite_traceback_stack(source=source))
File "/srv/homeassistant/lib/python3.7/site-packages/jinja2/_compat.py", line 28, in reraise
raise value.with_traceback(tb)
File "<template>", line 1, in top-level template code
File "/srv/homeassistant/lib/python3.7/site-packages/jinja2/sandbox.py", line 407, in getattr
value = getattr(obj, attribute)
jinja2.exceptions.UndefinedError: 'None' has no attribute 'attributes'