From 284642c81a3e72d06cdc6dcb4bdecacc0939f3e9 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 26 Jun 2023 11:27:24 -0500 Subject: [PATCH] Document how to allow ESPHome devices to make Home Assistant service calls (#27947) --- source/_integrations/esphome.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/esphome.markdown b/source/_integrations/esphome.markdown index d41a8df912e..fc4869e616f 100644 --- a/source/_integrations/esphome.markdown +++ b/source/_integrations/esphome.markdown @@ -40,3 +40,9 @@ works_with: This integration allows [ESPHome](https://esphome.io) devices to connect directly to Home Assistant with the [native ESPHome API](https://esphome.io/components/api.html). {% include integrations/config_flow.md %} + +## Home Assistant service calls + +ESPHome devices can make service calls to any [Home Assistant service](https://esphome.io/components/api.html#homeassistant-service-action). This functionality is not enabled by default for newly configured device, but can be turned on the options flow on a per device basis. + +{% include integrations/option_flow.md %}