From f0651ba83c05c54b18c6b4ad35c24a9884242123 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 4 May 2017 08:08:04 +0200 Subject: [PATCH] Add the main repository config file --- repository.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 repository.json diff --git a/repository.json b/repository.json new file mode 100644 index 0000000..48418a0 --- /dev/null +++ b/repository.json @@ -0,0 +1,5 @@ +{ + "name": "Hass.IO example add-on repository", + "url": "https://home-assistant.io/", + "maintainer": "HomeAssistant " +}