Add supported domains for HA switch (#4215)

This commit is contained in:
Jesse Hills 2024-09-05 13:13:33 +12:00 committed by GitHub
parent f50349d261
commit 420c7b27a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 <config-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
--------