1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-23 05:32:22 +01:00

Move CONF_REQUEST_HEADERS to const.py (#9002)

This commit is contained in:
Stanislav Meduna
2025-06-04 16:26:30 +02:00
committed by GitHub
parent a00fc75c77
commit de7591882d
2 changed files with 2 additions and 1 deletions

View File

@@ -3,3 +3,4 @@
CODEOWNERS = ["@esphome/core"]
CONF_DRAW_ROUNDING = "draw_rounding"
CONF_REQUEST_HEADERS = "request_headers"