1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 12:29:08 +00:00

Stage API

This commit is contained in:
Pascal Vizeli
2018-04-12 22:15:08 +02:00
parent 0dd7f8fbaa
commit b95ab3e95a
2 changed files with 13 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ SCHEMA_VERSION = vol.Schema({
vol.Optional(ATTR_VERSION): vol.Coerce(str),
})
class APIHost(CoreSysAttributes):
"""Handle rest api for host functions."""