mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Fixed Style Issue
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user