diff --git a/config/uwap-home/index.js b/config/uwap-home/index.js index de140bf..3354f30 100644 --- a/config/uwap-home/index.js +++ b/config/uwap-home/index.js @@ -300,6 +300,8 @@ const config: Config = { "temperature-control/office_heating/target", 21.5), ...topicHomeBoolean("heaterOfficeAuto", "temperature-control/office_heating"), + ...topicHomeBoolean("heaterOfficeSelfControl", + "temperature-control/office_heating/self_control"), ...topicHomeBoolean("livingroomKodiControlled", "bulb/livingroom/kodi-controlled"), @@ -534,6 +536,12 @@ const config: Config = { text: "Nachtabsekung", icon: svg(icons.mdiWeatherNight) }, + { + type: "toggle", + topic: "heaterOfficeSelfControl", + text: "Run control on valve", + icon: svg(icons.mdiRadiator) + }, { type: "slider", min: 15,