From 4d1e5a0e51a83de6efb6e3e4db98e303f591f7ed Mon Sep 17 00:00:00 2001 From: Hristo Atanasov Date: Sun, 2 Feb 2020 19:44:47 +0200 Subject: [PATCH] Update manifest.json to include "mqtt" as dependency --- tasmota_irhvac/maniest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota_irhvac/maniest.json b/tasmota_irhvac/maniest.json index f94c5bd..820853e 100644 --- a/tasmota_irhvac/maniest.json +++ b/tasmota_irhvac/maniest.json @@ -4,6 +4,7 @@ "documentation": "https://www.home-assistant.io/integrations/generic_thermostat", "requirements": [], "dependencies": [ + "mqtt", "sensor" ], "codeowners": []