From 8746192d160cfbd6798af247d49149a0512a6f9e Mon Sep 17 00:00:00 2001 From: DubhAd Date: Thu, 15 Feb 2018 17:55:36 +0000 Subject: [PATCH] Added note calling out Hass.io only (#4678) * Added note calling out Hass.io only Given the ongoing confusion that add-ons cause, adding a note box to call out that add-ons are Hass.io only. * Fix typo --- source/addons/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/addons/index.html b/source/addons/index.html index 5abc6504b76..413106dd868 100644 --- a/source/addons/index.html +++ b/source/addons/index.html @@ -16,6 +16,10 @@ regenerate: false Check the Hass.io forums for add-on repositories managed by the community.

+

+Add-ons are only available if you've used the Hass.io installer. If you installed Home Assistant using any other method then you cannot use add-ons (but you can achieve the same result manually). +

+ {% assign addons = site.addons | sort: 'title' %}

{% linkable_title Featured add-ons %}