klippy_apis: replace references to "plugin" with "component"
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
6e6d974bad
commit
92ac1ee21f
|
@ -157,5 +157,5 @@ class KlippyAPI:
|
||||||
def send_status(self, status):
|
def send_status(self, status):
|
||||||
self.server.send_event("server:status_update", status)
|
self.server.send_event("server:status_update", status)
|
||||||
|
|
||||||
def load_plugin(config):
|
def load_component(config):
|
||||||
return KlippyAPI(config)
|
return KlippyAPI(config)
|
||||||
|
|
Loading…
Reference in New Issue