feat(config)!: Device creation function is now named entry
It now has to be called 'devices', this makes it possible to just include the table as a whole in devices and it will automatically call the correct function.
This commit is contained in:
@@ -750,7 +750,7 @@ return {
|
||||
},
|
||||
mqtt = mqtt_config,
|
||||
devices = {
|
||||
create_devs,
|
||||
devices = create_devs,
|
||||
ntfy,
|
||||
hue_bridge,
|
||||
kitchen_lights,
|
||||
|
||||
Reference in New Issue
Block a user