diff --git a/homeassistant/components/automation/event.py b/homeassistant/components/automation/event.py index c5b0ee47923..c172b8e0e11 100644 --- a/homeassistant/components/automation/event.py +++ b/homeassistant/components/automation/event.py @@ -1,8 +1,10 @@ """ homeassistant.components.automation.event ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - Offers event listening automation rules. + +For more details about this automation rule, please refer to the documentation +at https://home-assistant.io/components/automation.html#event-trigger """ import logging