From ecfb19421017b32faf53d17a12bd489eb795763b Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Mon, 2 Dec 2024 15:25:18 +0000 Subject: [PATCH] No reboot on MQTT/WiFi outage The Tongou boxes don't always come back from a reboot, so don't. --- tongou.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tongou.yaml b/tongou.yaml index 99b578a..3e256ae 100644 --- a/tongou.yaml +++ b/tongou.yaml @@ -17,6 +17,9 @@ packages: logger: level: DEBUG +wifi: + reboot_timeout: 0s + network: enable_ipv6: true @@ -24,6 +27,7 @@ network: # ip_address: !secret syslog_ip mqtt: + reboot_timeout: 0s on_connect: then: - light.turn_on: led -- 2.50.1