mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-07-02 09:16:04 +02:00
Allow async and disable reboot for MQTT on all NSPanels
This commit is contained in:
@@ -172,6 +172,8 @@ mqtt:
|
|||||||
username: !secret mqtt_username
|
username: !secret mqtt_username
|
||||||
password: !secret mqtt_password
|
password: !secret mqtt_password
|
||||||
discovery: false
|
discovery: false
|
||||||
|
idf_send_async: true
|
||||||
|
reboot_timeout: 0s
|
||||||
|
|
||||||
nspanel_lovelace:
|
nspanel_lovelace:
|
||||||
id: nspanel_id
|
id: nspanel_id
|
||||||
|
|||||||
@@ -170,6 +170,8 @@ mqtt:
|
|||||||
username: !secret mqtt_username
|
username: !secret mqtt_username
|
||||||
password: !secret mqtt_password
|
password: !secret mqtt_password
|
||||||
discovery: false
|
discovery: false
|
||||||
|
idf_send_async: true
|
||||||
|
reboot_timeout: 0s
|
||||||
|
|
||||||
nspanel_lovelace:
|
nspanel_lovelace:
|
||||||
id: nspanel_id
|
id: nspanel_id
|
||||||
|
|||||||
@@ -176,6 +176,8 @@ mqtt:
|
|||||||
username: !secret mqtt_username
|
username: !secret mqtt_username
|
||||||
password: !secret mqtt_password
|
password: !secret mqtt_password
|
||||||
discovery: false
|
discovery: false
|
||||||
|
idf_send_async: true
|
||||||
|
reboot_timeout: 0s
|
||||||
|
|
||||||
nspanel_lovelace:
|
nspanel_lovelace:
|
||||||
id: nspanel_id
|
id: nspanel_id
|
||||||
|
|||||||
@@ -196,6 +196,7 @@ mqtt:
|
|||||||
password: !secret mqtt_password
|
password: !secret mqtt_password
|
||||||
discovery: false
|
discovery: false
|
||||||
idf_send_async: true
|
idf_send_async: true
|
||||||
|
reboot_timeout: 0s
|
||||||
|
|
||||||
nspanel_lovelace:
|
nspanel_lovelace:
|
||||||
id: nspanel_id
|
id: nspanel_id
|
||||||
|
|||||||
@@ -170,6 +170,8 @@ mqtt:
|
|||||||
username: !secret mqtt_username
|
username: !secret mqtt_username
|
||||||
password: !secret mqtt_password
|
password: !secret mqtt_password
|
||||||
discovery: false
|
discovery: false
|
||||||
|
idf_send_async: true
|
||||||
|
reboot_timeout: 0s
|
||||||
|
|
||||||
nspanel_lovelace:
|
nspanel_lovelace:
|
||||||
id: nspanel_id
|
id: nspanel_id
|
||||||
|
|||||||
Reference in New Issue
Block a user