From ddeca8447d48d19edd25ee5077b8597e10bb0fc9 Mon Sep 17 00:00:00 2001 From: Jean Swart Date: Wed, 9 Sep 2020 16:53:56 +0000 Subject: [PATCH] Update badges, description, and device version --- README.md | 4 ++-- custom_components/eskom_loadshedding/const.py | 2 +- info.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a6d26b3..8a73b7f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This is a simple component to integrate with the [Eskom Loadshedding API](https://loadshedding.eskom.co.za/LoadShedding) and provide [loadshedding](https://en.wikipedia.org/wiki/South_African_energy_crisis)-related status information. -This integration exposes a sensor for the current stage of loadshedding. Due to current issues with the Eskom API, additional features (schedule lookups, etc) are unavailable. These will be implemented once the issues are resolved. +This integration exposes a sensor for the current stage of loadshedding. **This component will set up the following platforms.** @@ -37,7 +37,7 @@ Platform | Description [commits-shield]: https://img.shields.io/github/commit-activity/y/swartjean/ha-eskom-loadshedding.svg?style=for-the-badge [commits]: https://github.com/swartjean/ha-eskom-loadshedding/commits/master [hacs]: https://github.com/custom-components/hacs -[hacsbadge]: https://img.shields.io/badge/HACS-Custom-orange.svg?style=for-the-badge +[hacsbadge]: https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge [license-shield]: https://img.shields.io/github/license/swartjean/ha-eskom-loadshedding.svg?style=for-the-badge [maintenance-shield]: https://img.shields.io/badge/maintainer-Jean%20Swart%20%40swartjean-blue.svg?style=for-the-badge [maintainer]: https://github.com/swartjean diff --git a/custom_components/eskom_loadshedding/const.py b/custom_components/eskom_loadshedding/const.py index 7cfef2e..483bc4b 100644 --- a/custom_components/eskom_loadshedding/const.py +++ b/custom_components/eskom_loadshedding/const.py @@ -3,7 +3,7 @@ NAME = "Eskom Loadshedding Interface" DOMAIN = "eskom_loadshedding" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "0.0.1" +VERSION = "1.0.1" ISSUE_URL = "https://github.com/swartjean/ha-eskom-loadshedding/issues" diff --git a/info.md b/info.md index 9e4916f..15869ac 100644 --- a/info.md +++ b/info.md @@ -10,7 +10,7 @@ This is a simple component to integrate with the [Eskom Loadshedding API](https://loadshedding.eskom.co.za/LoadShedding) and provide [loadshedding](https://en.wikipedia.org/wiki/South_African_energy_crisis)-related status information. -This integration exposes a sensor for the current stage of loadshedding. Due to current issues with the Eskom API, additional features (schedule lookups, etc) are unavailable. These will be implemented once the issues are resolved. +This integration exposes a sensor for the current stage of loadshedding. **This component will set up the following platforms.** @@ -35,7 +35,7 @@ Platform | Description [commits-shield]: https://img.shields.io/github/commit-activity/y/swartjean/ha-eskom-loadshedding.svg?style=for-the-badge [commits]: https://github.com/swartjean/ha-eskom-loadshedding/commits/master [hacs]: https://github.com/custom-components/hacs -[hacsbadge]: https://img.shields.io/badge/HACS-Custom-orange.svg?style=for-the-badge +[hacsbadge]: https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge [license-shield]: https://img.shields.io/github/license/swartjean/ha-eskom-loadshedding.svg?style=for-the-badge [maintenance-shield]: https://img.shields.io/badge/maintainer-Jean%20Swart%20%40swartjean-blue.svg?style=for-the-badge [maintainer]: https://github.com/swartjean