http_request watchdog as a component (#7161)

This commit is contained in:
Olivier ARCHER
2024-07-30 03:45:19 +02:00
committed by GitHub
parent 83bb7d0266
commit caa2ea64e3
8 changed files with 8 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ from esphome.const import (
from esphome.core import CORE, Lambda
DEPENDENCIES = ["network"]
AUTO_LOAD = ["json"]
AUTO_LOAD = ["json", "watchdog"]
http_request_ns = cg.esphome_ns.namespace("http_request")
HttpRequestComponent = http_request_ns.class_("HttpRequestComponent", cg.Component)