diff --git a/homeassistant/components/api.py b/homeassistant/components/api.py index e4c794df424..b11525170a4 100644 --- a/homeassistant/components/api.py +++ b/homeassistant/components/api.py @@ -1,8 +1,10 @@ """ homeassistant.components.api ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Provides a Rest API for Home Assistant. + +For more details about the RESTful API, please refer to the documentation at +https://home-assistant.io/developers/api.html """ import re import logging