From 9e543989b8ba90762cf556e5a07652bdcce00360 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Wed, 21 Aug 2024 21:16:48 -0400 Subject: [PATCH] Update config to match frontend --- src/custom_modules/config.json | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/src/custom_modules/config.json b/src/custom_modules/config.json index dee8a45..4828c6d 100644 --- a/src/custom_modules/config.json +++ b/src/custom_modules/config.json @@ -1,20 +1,13 @@ { "mqtt": { - "address": "https://mqtt.3411.one/", - "subscriptions": [ - { - "name": "igniter", - "topic": "hestia/status/igniter" - }, - { - "name": "exhaust", - "topic": "hestia/status/exhaust" - }, - { - "name": "auger", - "topic": "hestia/status/auger" - } - ] + "address": "wss://mqtt.3411.one", + "username": "hestia", + "password": "hestia", + "topics": { + "igniter": "hestia/status/igniter", + "exhaust": "hestia/status/exhaust", + "auger": "hestia/status/auger" + } }, "pins": [ {