diff --git a/homeassistant/components/binary_sensor/skybell.py b/homeassistant/components/binary_sensor/skybell.py index 734f8e03375e5fc54f27be586483c3dbba8f09c2..44cad11e3f09794c5e5caeb41ee3eb640b88a684 100644 --- a/homeassistant/components/binary_sensor/skybell.py +++ b/homeassistant/components/binary_sensor/skybell.py @@ -94,4 +94,4 @@ class SkybellBinarySensor(SkybellDevice, BinarySensorDevice): self._state = bool(event and event.get('id') != self._event.get('id')) - self._event = event + self._event = event or {}