Files
core/homeassistant/components/rest/__init__.py
J. Nick Koston 5018e53b33 Add the ability to reload the rest platforms from yaml (#39257)
* Add the ability to reload rest platforms from yaml

* Revert changes to notify as these will be done in another pass
2020-08-25 19:05:29 -05:00

5 lines
93 B
Python

"""The rest component."""
DOMAIN = "rest"
PLATFORMS = ["binary_sensor", "sensor", "switch"]