Skip to content

Commit

Permalink
Split "livefeed" to "live feed"
Browse files Browse the repository at this point in the history
  • Loading branch information
BeatsuDev committed Nov 29, 2022
1 parent 95cd54b commit 6d89a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tibber/types/home.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def decorator(callback):
return decorator


def start_livefeed(self):
def start_live_feed(self):
"""Creates a websocket and starts pushing data out to registered callbacks."""
if not self.features.real_time_consumption_enabled:
raise ValueError("The home does not have real time consumption enabled.")
Expand Down

0 comments on commit 6d89a49

Please sign in to comment.