diff --git a/custom/custom_component.rst b/custom/custom_component.rst index f623bde8f..f794ce590 100644 --- a/custom/custom_component.rst +++ b/custom/custom_component.rst @@ -67,7 +67,7 @@ Native API Custom Component --------------------------- If you want to communicate directly with Home Assistant via the :doc:`native 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