From e14b76a33c9620c640432ce331c992f16f90e9c9 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 3 Oct 2025 17:47:15 -0400 Subject: [PATCH] Add ESPHome to discovery sources --- src/data/config_flow.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/config_flow.ts b/src/data/config_flow.ts index fcd842ac15..96dd70efbf 100644 --- a/src/data/config_flow.ts +++ b/src/data/config_flow.ts @@ -12,6 +12,7 @@ export const DISCOVERY_SOURCES = [ "bluetooth", "dhcp", "discovery", + "esphome", "hardware", "hassio", "homekit",