From 43beb1e95034fbdd5ef691e38d5bd552e3ff5adf Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Tue, 2 Dec 2025 10:45:25 -0600 Subject: [PATCH] commented get_history call --- apps/hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/hello.py b/apps/hello.py index 03fa7b7..8b554ef 100755 --- a/apps/hello.py +++ b/apps/hello.py @@ -6,4 +6,4 @@ class HelloWorld(Hass): self.log('Hello from AppDaemon') self.log('You are now ready to run Apps!') - self.get_history('ball1') + # self.get_history('ball1')