Skip to content

Commit

Permalink
Add note about service -> action change (#4244)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Sep 11, 2024
1 parent 9c78d96 commit 922ec42
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ The ESPHome native API is based on a custom TCP protocol using protocol buffers.
the protocol data structure definitions here: `api.proto <https://github.com/esphome/esphome/blob/dev/esphome/components/api/api.proto>`__
A Python library that implements this protocol is `aioesphomeapi <https://github.com/esphome/aioesphomeapi>`__.

.. note::

**Actions** were previously called **Services**. ESPHome changed the name in line with
`Home Assistant <https://developers.home-assistant.io/blog/2024/07/16/service-actions/>`__
but will continue to support YAML with ``services`` and ``homeassistant.service`` for the foreseeable future.
Documentation will only refer to **Actions**.

.. code-block:: yaml
# Example configuration entry
Expand Down

0 comments on commit 922ec42

Please sign in to comment.