Skip to content

Commit be817b2

Browse files
authored
Output the proper information for the web versions (#21)
While exploring home-assistant/core/issues/101713, I got extra confused by the wrong output.
1 parent fd59425 commit be817b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hole/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,9 @@ def web_current(self):
196196
@property
197197
def web_latest(self):
198198
"""Return the latest version of the web interface of the *hole instance."""
199-
return self.versions["FTL_latest"]
199+
return self.versions["web_latest"]
200200

201201
@property
202202
def web_update(self):
203203
"""Return wether an update of web interface of the *hole instance is available."""
204-
return self.versions["FTL_update"]
204+
return self.versions["web_update"]

0 commit comments

Comments
 (0)