From: Giorgio Ravera Date: Sun, 8 Nov 2020 21:31:49 +0000 (+0100) Subject: fixed hacs.json X-Git-Tag: v0.3~5 X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=bb1cab4e201b794525a85527d9c714323e9c06b4;p=mercedes_me_api.git fixed hacs.json --- diff --git a/README.md b/README.md index 320a927..7533e7a 100644 --- 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 diff --git a/hacs.json b/hacs.json index 9b4bfda..586f8ce 100644 --- 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"] }