hass-core/homeassistant/components/rest/__init__.py
J. Nick Koston 661b593db3
Support reloading the rest notify platform (#39527)
* Support reloading the rest notify platform

* update services.yaml

* fix conflict
2020-09-02 18:25:43 -05:00

4 lines
103 B
Python

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