From 3645505d3900381d59407a47a26ff83232f42f74 Mon Sep 17 00:00:00 2001 From: mastermc0 Date: Wed, 15 Apr 2020 20:04:37 +0100 Subject: [PATCH] Create manifest.json --- manifest.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 manifest.json diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..69dad7c --- /dev/null +++ b/manifest.json @@ -0,0 +1,13 @@ +{ + "domain": "badnest", + "name": "Bad Nest (A hack around the Nest component to pull from their internal api)", + "documentation": "https://github.com/mastermc0/badnest", + "dependencies": [], + "codeowners": [ + "@USA-RedDragon", + "@vinodmishra", + "@mastermc0" + ], + "homeassistant": "0.97.0", + "requirements": [] +}