From 45265350dfd2a14c85967dde565823e8f9808012 Mon Sep 17 00:00:00 2001 From: Mike Pagel Date: Sat, 21 Jan 2023 19:31:09 +0100 Subject: [PATCH] fix set_state --- docs/APPGUIDE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/APPGUIDE.rst b/docs/APPGUIDE.rst index 3be9e8fc3..8c2610b65 100644 --- a/docs/APPGUIDE.rst +++ b/docs/APPGUIDE.rst @@ -1384,7 +1384,7 @@ exactly like any other HA state, e.g., to the rest of AppDaemon, and the dashboard it looks like an entity. This means that you can listen for state changes in other apps and also publish arbitrary state to the dashboard via the use of specific entity IDs. To publish state, you will use -``set_app_state()``. State can be retrieved and listened for with the +``set_state()``. State can be retrieved and listened for with the usual AppDaemon calls. The Scheduler