Skip to content

Commit

Permalink
Update badges, description, and device version
Browse files Browse the repository at this point in the history
  • Loading branch information
swartjean committed Sep 9, 2020
1 parent 6e5a2a8 commit ddeca84
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion custom_components/eskom_loadshedding/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**

Expand All @@ -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
Expand Down

0 comments on commit ddeca84

Please sign in to comment.