From bb1cab4e201b794525a85527d9c714323e9c06b4 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sun, 8 Nov 2020 22:31:49 +0100 Subject: [PATCH] fixed hacs.json --- README.md | 2 +- hacs.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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"] } -- 2.47.3