mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fixed Style Issue
This commit is contained in:
parent
be9a2a043e
commit
23e3b8d2f2
@ -106,4 +106,3 @@ class GarageDoorDevice(Entity):
|
|||||||
if closed is None:
|
if closed is None:
|
||||||
return STATE_UNKNOWN
|
return STATE_UNKNOWN
|
||||||
return STATE_CLOSED if closed else STATE_OPEN
|
return STATE_CLOSED if closed else STATE_OPEN
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user