Skip to content

Commit

Permalink
Doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Oct 17, 2024
1 parent ed23d8d commit 02dfb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/APPGUIDE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2188,7 +2188,7 @@ Here is an example of an App using the API:
class API(hass.Hass):
def initialize(self):
self.register_endpoint(my_callback, "test_endpoint")
self.register_endpoint(self.my_callback, "test_endpoint")
def my_callback(self, json_obj, cb_args):
Expand Down

0 comments on commit 02dfb69

Please sign in to comment.