1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 03:42:20 +01:00

[rp2040] Allow changing watchdog timeout (#8868)

This commit is contained in:
Kuba Szczodrzyński
2025-05-29 07:15:26 +02:00
committed by GitHub
parent 0b1c5b825e
commit 20aba45cbe
4 changed files with 17 additions and 2 deletions

View File

@@ -963,6 +963,7 @@ CONF_WAND_ID = "wand_id"
CONF_WARM_WHITE = "warm_white"
CONF_WARM_WHITE_COLOR_TEMPERATURE = "warm_white_color_temperature"
CONF_WATCHDOG_THRESHOLD = "watchdog_threshold"
CONF_WATCHDOG_TIMEOUT = "watchdog_timeout"
CONF_WEB_SERVER = "web_server"
CONF_WEB_SERVER_ID = "web_server_id"
CONF_WEIGHT = "weight"