diff --git a/components/switch/homeassistant.rst b/components/switch/homeassistant.rst index 177adb3af6..502ae3a1db 100644 --- a/components/switch/homeassistant.rst +++ b/components/switch/homeassistant.rst @@ -22,6 +22,20 @@ Configuration variables: - **entity_id** (**Required**, string): The entity ID to import / control from Home Assistant. - All other options from :ref:`Switch `. +Supported domains +----------------- + +The following entity domains from Home Assistant are supported by this platform. + +- ``automation`` +- ``fan`` +- ``humidifier`` +- ``input_boolean`` +- ``light`` +- ``remote`` +- ``siren`` +- ``switch`` + See Also --------