]> git.giorgioravera.it Git - mercedes_me_api.git/commitdiff
fixed hacs.json
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Sun, 8 Nov 2020 21:31:49 +0000 (22:31 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Sun, 8 Nov 2020 21:31:49 +0000 (22:31 +0100)
README.md
hacs.json

index 320a92730a746e49034a3fd0842f9e0501a0bb93..7533e7af48d919029fbd5394bc15bfe82edb527a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -105,7 +105,7 @@ The possible arguments are:
 [releases-url]: https://github.com/xraver/mercedes_me_api/releases
 [last-commit-img]: https://img.shields.io/github/last-commit/xraver/mercedes_me_api
 [last-commit-url]: https://github.com/xraver/mercedes_me_api/commits/master
-[hacs-img]: https://img.shields.io/badge/HACS-Default-orange.svg
+[hacs-img]: https://img.shields.io/badge/HACS-Custom-orange.svg
 [hacs-url]: https://github.com/custom-components/hacs
 [buymecoffee-img]: https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg
 [buymecoffee-button]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
index 9b4bfdad860f9021820c7b1410043e9caa1e1003..586f8ce778823b2a1b36af878da2e65eb850f9d3 100644 (file)
--- a/hacs.json
+++ b/hacs.json
@@ -1,5 +1,7 @@
 {
-    "name": "MercedesMeApi",
+    "name": "Mercedes Me Api",
     "domains": ["sensor"],
-    "iot_class": "Cloud Pull"
+    "render_readme": false,
+    "homeassistant": "0.100.0",
+    "iot_class": ["Cloud Polling"]
 }