mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-10 10:11:29 +01:00
Add note about service -> action change (#4244)
This commit is contained in:
parent
9c78d967eb
commit
922ec42bf4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user