* 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"]
|