diff --git a/example/config.json b/example/config.json index 1c0f4911..809507cd 100644 --- a/example/config.json +++ b/example/config.json @@ -1,6 +1,6 @@ { "name": "Example", - "version": "1.1.0", + "version": "1.2.0", "slug": "example", "description": "Example add-on by Community Hass.io Add-ons", "url": "https://github.com/hassio-addons/addon-example", @@ -12,6 +12,7 @@ "i386" ], "boot": "auto", + "hassio_api": true, "options": { "log_level": "info", "seconds_between_quotes": 5 diff --git a/example/icon.png b/example/icon.png new file mode 100644 index 00000000..2b10fa17 Binary files /dev/null and b/example/icon.png differ diff --git a/example/logo.png b/example/logo.png new file mode 100644 index 00000000..106e5c2c Binary files /dev/null and b/example/logo.png differ