diff --git a/README.md b/README.md index 4507c65..36d0f25 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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) diff --git a/custom_components/windcentrale/manifest.json b/custom_components/windcentrale/manifest.json index 6dc1d4a..678afb5 100644 --- a/custom_components/windcentrale/manifest.json +++ b/custom_components/windcentrale/manifest.json @@ -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" } \ No newline at end of file diff --git a/hacs.json b/hacs.json index 6aedf1e..9a0714b 100644 --- a/hacs.json +++ b/hacs.json @@ -2,5 +2,5 @@ "name": "Windcentrale", "zip_release": true, "filename": "windcentrale.zip", - "homeassistant": "2022.8.0" + "homeassistant": "2022.8.1" } diff --git a/info.md b/info.md deleted file mode 100644 index b1ed44b..0000000 --- a/info.md +++ /dev/null @@ -1,77 +0,0 @@ -# Home Assistant sensor component for Windcentrale - -[![hacs_badge](https://img.shields.io/badge/HACS-Default-blue.svg)](https://github.com/hacs/integration) -[![GitHub release (latest by date)](https://img.shields.io/github/v/release/jobvk/Home-Assistant-Windcentrale?label=Release)](https://github.com/jobvk/Home-Assistant-Windcentrale/releases) -![Downloads](https://img.shields.io/github/downloads/jobvk/Home-Assistant-Windcentrale/total?color=blue&label=Downloads) - -[![Maintainer](https://img.shields.io/badge/Maintainer-jobvk-brightgreen.svg)](https://github.com/jobvk/) -[![Maintenance](https://img.shields.io/badge/Maintained%3F-Yes-brightgreen.svg)](https://github.com/jobvk/Home-Assistant-Windcentrale/graphs/commit-activity) - -[![Github-sponsors](https://img.shields.io/badge/sponsor-30363D?style=flat&logo=GitHub-Sponsors&logoColor=#EA4AAA)](https://github.com/sponsors/jobvk?frequency=one-time) -[![](https://img.shields.io/badge/PayPal-00457C?style=flat&logo=paypal&logoColor=white)](https://paypal.me/jobvankoeveringe) -[![Buy me a coffee](https://img.shields.io/badge/-buy_me_a%C2%A0coffee-gray?logo=buy-me-a-coffee&color=orange)](https://www.buymeacoffee.com/jobvk) - -Home Assistant component for the Windcentrale & Winddelen - -The `Windcentrale` component is a Home Assistant component which lets you get sensor and news data from all wind turbines. - -The official websites are https://www.windcentrale.nl and https://winddelen.nl - -## Example - -Below is an example of the sensors. - -![image](https://github.com/jobvk/Home-Assistant-Windcentrale/assets/32730202/cb7c24e9-d27f-4c06-9c29-9d36a3393b6d) - -## Sensors - -### History - -These sensors show how much power the wind turbine has delivered over a certain time. -These sensors are not displaying live data. These sensors are updated around noon the following day. - -|ID|Type|Description|Unit of Measurement| -|----------|------------|------------|------------| -| `sensor.name_production_year_total` | Int | The energy produced by the wind turbine total this year. | Kilowatt-hour (kWh) | -| `sensor.name_production_month_total` | Int | The energy produced by the wind turbine total this month. | Kilowatt-hour (kWh) | -| `sensor.name_production_week_total` | Int | The energy produced by the wind turbine total this week. | Kilowatt-hour (kWh) | -| `sensor.name_production_day_total` | Int | The energy produced by the wind turbine total 1 or 2 days ago. | Kilowatt-hour (kWh) | -| `sensor.name_production_year_shares` | Int | The energy produced by your shares of the wind turbine this year. | Kilowatt-hour (kWh) | -| `sensor.name_production_month_shares` | Int | The energy produced by your shares of the wind turbine this month. | Kilowatt-hour (kWh) | -| `sensor.name_production_week_shares` | Int | The energy produced by your shares of the wind turbine this week. | Kilowatt-hour (kWh) | -| `sensor.name_production_day_shares` | Int | The energy produced by your shares of the wind turbine 1 or 2 days ago. | Kilowatt-hour (kWh) | - -### News - -This sensor shows the latest news. - -The value of `sensor.the_windcentrale_news` doesn't change because the news string is longer than 255 characters. There for the state is static and will always report `News`. - -The attributes have no limit on characters there for I made a solution. - -Create a markdown card with the following content: -``` yaml -type: markdown -content: '{{ state_attr(''sensor.the_windcentrale_news'', ''News Item'') }}' -``` - -An example of what it should look like: - -![image](https://user-images.githubusercontent.com/32730202/126724281-7634e278-093d-4ab9-bd04-5e73448b7d61.png) - -## Button - -This button `button.the_windcentrale_update_wind_shares` updates your shares. The reason this a button and doesn't update automatically is because your shares doesn't change that often. - -## License - -[Apache License 2.0](https://github.com/jobvk/Home-Assistant-Windcentrale/blob/main/LICENSE) - -## Say thank you - -There is put a lot of work into making this repo and component available. -If you want to make donation as appreciation of my work, you can buy me a coffee. Thank you! - -[![Github-sponsors](https://img.shields.io/badge/sponsor-30363D?style=flat&logo=GitHub-Sponsors&logoColor=#EA4AAA)](https://github.com/sponsors/jobvk?frequency=one-time) -[![](https://img.shields.io/badge/PayPal-00457C?style=flat&logo=paypal&logoColor=white)](https://paypal.me/jobvankoeveringe) -[![Buy me a coffee](https://img.shields.io/badge/-buy_me_a%C2%A0coffee-gray?logo=buy-me-a-coffee&color=orange)](https://www.buymeacoffee.com/jobvk) \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index f46c5a4..f39d59a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -boto3==1.34.158 +boto3==1.35.5 pycognito==2024.5.1 \ No newline at end of file