core/homeassistant/components/rest/__init__.py

5 lines
103 B
Python

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