From d9cfcab41135fe09cf262ccadc37b5d9d5519927 Mon Sep 17 00:00:00 2001 From: Marius Ciotlos Date: Sun, 22 Nov 2020 16:29:08 +0200 Subject: [PATCH] Trying to add filename to fix hacs error --- hacs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hacs.json b/hacs.json index 8ca97c8..637340a 100644 --- a/hacs.json +++ b/hacs.json @@ -1,4 +1,5 @@ { "name": "Dark Thermostat", - "render_readme": true + "render_readme": true, + "filename": "thermostat-dark-card.js" } \ No newline at end of file