From 4b0035703396a382fbefb9230b90d32b464195bb Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sun, 8 Nov 2020 21:03:32 +0100 Subject: [PATCH] Added hacs.json --- hacs.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 hacs.json diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..9b4bfda --- /dev/null +++ b/hacs.json @@ -0,0 +1,5 @@ +{ + "name": "MercedesMeApi", + "domains": ["sensor"], + "iot_class": "Cloud Pull" +} -- 2.47.3