From 0ec701c4a0e31bccc1765b5676d99c71ff32f962 Mon Sep 17 00:00:00 2001 From: Thomas Billicsich Date: Fri, 3 Nov 2023 12:08:19 +0100 Subject: [PATCH] Add hint for activating new ESPHome devices in HA (#3325) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added hint for enabling new ESPHome device * Update api.rst --------- Co-authored-by: H. Árkosi Róbert --- components/api.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/api.rst b/components/api.rst index 415484f0c..cb1a48116 100644 --- a/components/api.rst +++ b/components/api.rst @@ -75,6 +75,12 @@ Configuration variables: .. _api-actions: +.. note:: + + Before a newly added ESPHome device can interact with the Home Assistant API it needs to be allowed to communicate + with it. This setting can be found in the ESPHome integration (NOT in the Add-On) by clicking "CONFIGURE" for + that device and enabling the "Allow device to make service calls" option. + Actions -------