mirror of
https://github.com/home-assistant/core.git
synced 2026-06-02 05:34:15 +01:00
661b593db3
* Support reloading the rest notify platform * update services.yaml * fix conflict
5 lines
103 B
Python
5 lines
103 B
Python
"""The rest component."""
|
|
|
|
DOMAIN = "rest"
|
|
PLATFORMS = ["binary_sensor", "notify", "sensor", "switch"]
|