mirror of
https://github.com/home-assistant/core.git
synced 2025-05-17 20:39:16 +00:00
5 lines
103 B
Python
5 lines
103 B
Python
"""The rest component."""
|
|
|
|
DOMAIN = "rest"
|
|
PLATFORMS = ["binary_sensor", "notify", "sensor", "switch"]
|