core/homeassistant/components/rest/__init__.py

5 lines
93 B
Python

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