mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 21:40:16 +00:00
* Add the ability to reload rest platforms from yaml * Revert changes to notify as these will be done in another pass
5 lines
93 B
Python
5 lines
93 B
Python
"""The rest component."""
|
|
|
|
DOMAIN = "rest"
|
|
PLATFORMS = ["binary_sensor", "sensor", "switch"]
|