mirror of
https://github.com/elisspace/core.git
synced 2026-09-14 06:57:07 +00:00
5 lines
103 B
Python
5 lines
103 B
Python
"""The rest component."""
|
|
|
|
DOMAIN = "rest"
|
|
PLATFORMS = ["binary_sensor", "notify", "sensor", "switch"]
|