From 6d89a496aef28fcfc6f7c96ecfa62a87648490b3 Mon Sep 17 00:00:00 2001 From: Eric Bieszczad-Stie Date: Tue, 29 Nov 2022 05:10:18 +0100 Subject: [PATCH] Split "livefeed" to "live feed" --- tibber/types/home.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tibber/types/home.py b/tibber/types/home.py index 71ce178..28183bc 100644 --- a/tibber/types/home.py +++ b/tibber/types/home.py @@ -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.")