4 lines
103 B
Python
4 lines
103 B
Python
"""The rest component."""
|
|
|
|
DOMAIN = "rest"
|
|
PLATFORMS = ["binary_sensor", "notify", "sensor", "switch"]
|