Fix formatting (#54247)

This commit is contained in:
Paulus Schoutsen 2021-08-07 21:10:21 -07:00
parent f458f330a5
commit fe9808926e

View File

@ -51,7 +51,7 @@ def setup_platform(
raise ValueError("Username or Password is incorrect")
add_entities(
(AladdinDevice(acc, door) for door in acc.get_doors()),
update_before_add = True
update_before_add=True,
)
except (TypeError, KeyError, NameError, ValueError) as ex:
_LOGGER.error("%s", ex)