moonraker: refactor component loading
Remove the "load_component_multi" method as it is not necessary. Components are responsible for loading "child" sections as required. Core components can now have their own config section. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
committed by
Eric Callahan
parent
ec12a187fc
commit
0f1aea8df8
@@ -920,5 +920,5 @@ class Loxonev1(HTTPDevice):
|
||||
|
||||
|
||||
# The power component has multiple configuration sections
|
||||
def load_component_multi(config: ConfigHelper) -> PrinterPower:
|
||||
def load_component(config: ConfigHelper) -> PrinterPower:
|
||||
return PrinterPower(config)
|
||||
|
Reference in New Issue
Block a user