From 6faed6cd9813280b86f38f1417ffea14bef49711 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 17 Apr 2025 22:59:06 -1000 Subject: [PATCH] Explicitly document ESPHome options flow (#38622) --- source/_integrations/esphome.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_integrations/esphome.markdown b/source/_integrations/esphome.markdown index 0a8b5c02cf1..ba161a32629 100644 --- a/source/_integrations/esphome.markdown +++ b/source/_integrations/esphome.markdown @@ -100,6 +100,15 @@ This integration follows the standard integration removal process; no extra step {% include integrations/option_flow.md %} +These options are disabled by default and not required—only set them if specifically needed. + +{% configuration_basic %} +Allow the device to perform Home Assistant actions: + description: "No/Yes
When enabled, ESPHome devices can perform Home Assistant actions, such as calling services or sending events. Only enable this if you trust the device." +Subscribe to logs from the device: + description: "No/Yes
When enabled, the device will send logs to Home Assistant and you can view them in the logs panel." +{% endconfiguration_basic %} + ## Supported devices The ESPHome integration works with devices that run ESPHome firmware and expose their functionality through the [native ESPHome API](https://esphome.io/components/api.html). This API is designed for tight, efficient integration with Home Assistant, enabling ESPHome devices to push updates directly to Home Assistant in **near real time**.