diff --git a/homeassistant/components/logbook.py b/homeassistant/components/logbook.py index 19a5803853b..75a5cd83823 100644 --- a/homeassistant/components/logbook.py +++ b/homeassistant/components/logbook.py @@ -220,6 +220,7 @@ def humanify(events): def _entry_message_from_state(domain, state): """ Convert a state to a message for the logbook. """ # We pass domain in so we don't have to split entity_id again + # pylint: disable=too-many-return-statements if domain == 'device_tracker': if state.state == STATE_NOT_HOME: