Fix style issue
This commit is contained in:
parent
8c5759e460
commit
c1f464f478
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ def humanify(events):
|
||||||
def _entry_message_from_state(domain, state):
|
def _entry_message_from_state(domain, state):
|
||||||
""" Convert a state to a message for the logbook. """
|
""" Convert a state to a message for the logbook. """
|
||||||
# We pass domain in so we don't have to split entity_id again
|
# 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 domain == 'device_tracker':
|
||||||
if state.state == STATE_NOT_HOME:
|
if state.state == STATE_NOT_HOME:
|
||||||
|
|
Loading…
Add table
Reference in a new issue