From a35b003284abc9641f4bcd886a3fc7e01aa6f8dd Mon Sep 17 00:00:00 2001 From: Roman Priesol Date: Mon, 6 Apr 2026 14:35:01 +0200 Subject: [PATCH] Allow async and disable reboot for MQTT on all NSPanels --- mcu-nspanel-bedroom.yaml | 2 ++ mcu-nspanel-fireplace.yaml | 2 ++ mcu-nspanel-office-j.yaml | 2 ++ mcu-nspanel-office-r.yaml | 1 + mcu-nspanel-patio.yaml | 2 ++ 5 files changed, 9 insertions(+) diff --git a/mcu-nspanel-bedroom.yaml b/mcu-nspanel-bedroom.yaml index 038b0db..482b0b6 100644 --- a/mcu-nspanel-bedroom.yaml +++ b/mcu-nspanel-bedroom.yaml @@ -172,6 +172,8 @@ mqtt: username: !secret mqtt_username password: !secret mqtt_password discovery: false + idf_send_async: true + reboot_timeout: 0s nspanel_lovelace: id: nspanel_id diff --git a/mcu-nspanel-fireplace.yaml b/mcu-nspanel-fireplace.yaml index 2138651..fb74ef7 100644 --- a/mcu-nspanel-fireplace.yaml +++ b/mcu-nspanel-fireplace.yaml @@ -170,6 +170,8 @@ mqtt: username: !secret mqtt_username password: !secret mqtt_password discovery: false + idf_send_async: true + reboot_timeout: 0s nspanel_lovelace: id: nspanel_id diff --git a/mcu-nspanel-office-j.yaml b/mcu-nspanel-office-j.yaml index 952dc7a..86101fa 100644 --- a/mcu-nspanel-office-j.yaml +++ b/mcu-nspanel-office-j.yaml @@ -176,6 +176,8 @@ mqtt: username: !secret mqtt_username password: !secret mqtt_password discovery: false + idf_send_async: true + reboot_timeout: 0s nspanel_lovelace: id: nspanel_id diff --git a/mcu-nspanel-office-r.yaml b/mcu-nspanel-office-r.yaml index 3ee0584..75acaa5 100644 --- a/mcu-nspanel-office-r.yaml +++ b/mcu-nspanel-office-r.yaml @@ -196,6 +196,7 @@ mqtt: password: !secret mqtt_password discovery: false idf_send_async: true + reboot_timeout: 0s nspanel_lovelace: id: nspanel_id diff --git a/mcu-nspanel-patio.yaml b/mcu-nspanel-patio.yaml index 5b100a2..5b92d9f 100644 --- a/mcu-nspanel-patio.yaml +++ b/mcu-nspanel-patio.yaml @@ -170,6 +170,8 @@ mqtt: username: !secret mqtt_username password: !secret mqtt_password discovery: false + idf_send_async: true + reboot_timeout: 0s nspanel_lovelace: id: nspanel_id