Skip to content

Commit

Permalink
Release 2024.8.1
Browse files Browse the repository at this point in the history
# Release 2024.8.1

## Added
- Nothing

## Updated
- Deprecated hass.config_entries.async_forward_entry_setup; it will be removed in Home Assistant 2025.6. Instead, use await hass.config_entries.async_forward_entry_setups, which supports loading multiple platforms simultaneously. This approach is more efficient as it eliminates the need for a separate import executor job for each platform.
- Boto3 1.34.158 -> 1.35.5
- Update README.md

## Removed
- Remove info.md
  • Loading branch information
jobvk authored Aug 26, 2024
1 parent 63359a8 commit 92043ec
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 105 deletions.
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,6 @@ The `Windcentrale` component is a Home Assistant component which lets you get se

The official websites are https://www.windcentrale.nl and https://winddelen.nl

## Table of Contents

* [Installation](#installation)
* [Installation through HACS](#installation-through-hacs)
* [Manual Installation](#manual-installation)
* [Configuration](#configuration)
* [Set Up](#set-up)
* [Options](#options)
* [Sensors](#sensors)
* [History](#history)
* [News](#news)
* [Button](#button)
* [Example](#example)
* [Contributors](#contributors)
* [Stargazers](#stargazers)
* [License](#license)
* [Disclaimer](#disclaimer)
* [Say thank you](#say-thank-you)

## Installation

### Installation through HACS
Expand Down Expand Up @@ -119,11 +100,6 @@ Below is an example of the sensors.
Special Thanks to all contributors
* [@vdheidenet](https://github.com/vdheidenet): for sharing his data on multiple windshares in different windturbines [#10](https://github.com/jobvk/Home-Assistant-Windcentrale/issues/10)

## Stargazers
Thanks to everyone having starred my repo!

[![Stargazers repo roster for @jobvk/Home-Assistant-Windcentrale](https://git-lister.onrender.com/api/stars/jobvk/Home-Assistant-Windcentrale?limit=30)](https://github.com/jobvk/Home-Assistant-Windcentrale/stargazers)

## License
[Apache License 2.0](https://github.com/jobvk/Home-Assistant-Windcentrale/blob/main/LICENSE)

Expand Down
4 changes: 2 additions & 2 deletions custom_components/windcentrale/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/jobvk/Home-Assistant-Windcentrale/issues",
"loggers": ["boto3"],
"requirements": ["boto3==1.34.158", "pycognito==2024.5.1"],
"version": "2024.8.0"
"requirements": ["boto3==1.35.5", "pycognito==2024.5.1"],
"version": "2024.8.1"
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "Windcentrale",
"zip_release": true,
"filename": "windcentrale.zip",
"homeassistant": "2022.8.0"
"homeassistant": "2022.8.1"
}
77 changes: 0 additions & 77 deletions info.md

This file was deleted.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3==1.34.158
boto3==1.35.5
pycognito==2024.5.1

0 comments on commit 92043ec

Please sign in to comment.