diff --git a/homeassistant/components/doorbird.py b/homeassistant/components/doorbird.py index 578855011cc..42d14205e75 100644 --- a/homeassistant/components/doorbird.py +++ b/homeassistant/components/doorbird.py @@ -104,7 +104,7 @@ def setup(hass, config): return False # Subscribe to doorbell or motion events - if events is not None: + if events: doorstation.update_schedule(hass) hass.data[DOMAIN] = doorstations