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

Expose new function to add-ons (#138)

* Expose new function to add-ons

* Rename `hassio` to `hassio_api`

* fix lint

* done
This commit is contained in:
Pascal Vizeli
2017-08-08 16:54:42 +02:00
committed by GitHub
parent cd3b382902
commit 8d468328f3
8 changed files with 99 additions and 7 deletions

View File

@@ -96,6 +96,7 @@ ATTR_SYSTEM = 'system'
ATTR_SNAPSHOTS = 'snapshots'
ATTR_HOMEASSISTANT = 'homeassistant'
ATTR_HASSIO = 'hassio'
ATTR_HASSIO_API = 'hassio_api'
ATTR_FOLDERS = 'folders'
ATTR_SIZE = 'size'
ATTR_TYPE = 'type'