From 1bc6a4bbdaea7bc42ac2f4cf8674c11e4e445eca Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 3 May 2026 08:53:36 -0500 Subject: [PATCH] [test] Trigger device-builder downstream CI DO NOT MERGE -- chained test PR to verify the new device-builder CI job from #16214 actually runs and exercises esphome/device-builder against the PR's Python code. Touches a Python file under esphome/ to trip the should_run_device_builder gate in determine-jobs.py. --- esphome/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/const.py b/esphome/const.py index c2bf86d532..5729b9c22c 100644 --- a/esphome/const.py +++ b/esphome/const.py @@ -1,4 +1,4 @@ -"""Constants used by esphome.""" +"""Constants used by ESPHome.""" from enum import Enum