mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Fix formatting (#54247)
This commit is contained in:
parent
f458f330a5
commit
fe9808926e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user