mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Fixed Style Issue
This commit is contained in:
@@ -106,4 +106,3 @@ class GarageDoorDevice(Entity):
|
||||
if closed is None:
|
||||
return STATE_UNKNOWN
|
||||
return STATE_CLOSED if closed else STATE_OPEN
|
||||
|
||||
|
Reference in New Issue
Block a user