Fix broken link (#3192)

Fix broken link to the `CustomAPIDevice` documentation.
This commit is contained in:
Henrik Fransson 2023-09-17 21:20:13 +02:00 committed by GitHub
parent 5065041bb7
commit dc375a454b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ Native API Custom Component
---------------------------
If you want to communicate directly with Home Assistant via the :doc:`native API </components/api>`
you can use the :apiclass:`CustomAPIDevice` class to declare services that can be executed from
you can use the :apiclass:`api::CustomAPIDevice` class to declare services that can be executed from
Home Assistant, as well as starting services in Home Assistant.
.. code-block:: cpp