diff --git a/homeassistant/components/zwave_js/__init__.py b/homeassistant/components/zwave_js/__init__.py index b6f781d4a341..37d85b81ebe5 100644 --- a/homeassistant/components/zwave_js/__init__.py +++ b/homeassistant/components/zwave_js/__init__.py @@ -104,8 +104,6 @@ def register_node_in_dev_reg( async_dispatcher_send(hass, EVENT_DEVICE_ADDED_TO_REGISTRY, device) - # We can assert here because we will always get a device - assert device return device