diff --git a/homeassistant/components/axis.py b/homeassistant/components/axis.py index 18f2c054b0c..401afe8c62c 100644 --- a/homeassistant/components/axis.py +++ b/homeassistant/components/axis.py @@ -269,7 +269,8 @@ def setup_device(hass, config, device_config): config) AXIS_DEVICES[device.serial_number] = device - hass.add_job(device.start) + if event_types: + hass.add_job(device.start) return True