klippy_apis: replace references to "plugin" with "component"

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Arksine 2021-03-18 08:20:10 -04:00
parent 6e6d974bad
commit 92ac1ee21f
1 changed files with 1 additions and 1 deletions

View File

@ -157,5 +157,5 @@ class KlippyAPI:
def send_status(self, status):
self.server.send_event("server:status_update", status)
def load_plugin(config):
def load_component(config):
return KlippyAPI(config)