Skip to content

Commit 02dfb69

Browse files
committed
Doc fix
1 parent ed23d8d commit 02dfb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/APPGUIDE.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2188,7 +2188,7 @@ Here is an example of an App using the API:
21882188
class API(hass.Hass):
21892189
21902190
def initialize(self):
2191-
self.register_endpoint(my_callback, "test_endpoint")
2191+
self.register_endpoint(self.my_callback, "test_endpoint")
21922192
21932193
def my_callback(self, json_obj, cb_args):
21942194

0 commit comments

Comments
 (0)