From e08fc4fae95a1174c451489ffc63b9504158ae9d Mon Sep 17 00:00:00 2001 From: Alena Bugrova <54861210+LoSk-p@users.noreply.github.com> Date: Sun, 30 Apr 2023 11:39:42 +0300 Subject: [PATCH 01/18] Adds new integration [airalab/homeassistant-robonomics-integration] (#1831) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add airalab/homeassistant-robonomics-integration Co-authored-by: Joakim Sørensen --- integration | 1 + 1 file changed, 1 insertion(+) diff --git a/integration b/integration index d8dc8b1e59..991f8867f9 100644 --- a/integration +++ b/integration @@ -12,6 +12,7 @@ "adamoutler/anycubic-homeassistant", "aex351/home-assistant-neerslag-app", "aijayadams/hass-blueair", + "airalab/homeassistant-robonomics-integration", "AkA57/liveboxtvuhd", "akasma74/Hass-Custom-Alarm", "al-one/hass-miio-yeelink", From 7c8d97a587597c52ee355d02a2cf0c473fe6bc68 Mon Sep 17 00:00:00 2001 From: bodyscape Date: Sun, 30 Apr 2023 04:45:13 -0400 Subject: [PATCH 02/18] Adds new integration [bodyscape/cielo_home] (#1764) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update integration Co-authored-by: Joakim Sørensen --- integration | 1 + 1 file changed, 1 insertion(+) diff --git a/integration b/integration index 991f8867f9..19b9ba308b 100644 --- a/integration +++ b/integration @@ -105,6 +105,7 @@ "blear/hasslife", "blindlight86/HA_USR-R16", "BobTheShoplifter/HomeAssistant-Posten", + "bodyscape/cielo_home", "boralyl/kodi-recently-added", "boralyl/steam-wishlist", "bosch-thermostat/home-assistant-bosch-custom-component", From eb19446850730fb32d5784343ad7356aaba69f96 Mon Sep 17 00:00:00 2001 From: Vaclav <44951610+bruxy70@users.noreply.github.com> Date: Sun, 30 Apr 2023 10:46:28 +0200 Subject: [PATCH 03/18] Remve bruxy70/Garbage-Collection (#1840) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: bruxy70 Co-authored-by: Joakim Sørensen --- blacklist | 1 + integration | 1 - removed | 6 ++++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/blacklist b/blacklist index ab8796cfa7..0922f749d6 100644 --- a/blacklist +++ b/blacklist @@ -29,6 +29,7 @@ "briis/mbweather", "briis/smartweather", "briis/unifiprotect", + "bruxy70/Garbage-Collection", "burnnat/ha-polar", "cbulock/lovelace-battery-entity", "Ceerbeerus/beerbolaget", diff --git a/integration b/integration index 19b9ba308b..ed896f58fe 100644 --- a/integration +++ b/integration @@ -128,7 +128,6 @@ "briis/securityspy", "briis/weatherbit", "bruxy70/CZ-Public-Transport", - "bruxy70/Garbage-Collection", "bruxy70/Holidays", "burnnat/ha-fitness-push", "burnnat/ha-hdhomerun", diff --git a/removed b/removed index 0267f5a170..8c170dc387 100644 --- a/removed +++ b/removed @@ -1137,5 +1137,11 @@ "reason": "Repository is archived", "removal_type": "remove", "link": "https://github.com/Raukze/home-assistant-fitx" + }, + { + "repository": "bruxy70/Garbage-Collection", + "reason": "Most of the functionality included in core (local calendar)", + "removal_type": "remove", + "link": "https://github.com/bruxy70/Garbage-Collection#end-of-support" } ] \ No newline at end of file From 7554dade494609f4a2c67f3dd54c9d73ee9e97e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Apr 2023 10:46:57 +0200 Subject: [PATCH 04/18] Bump actions/checkout from 3.5.0 to 3.5.2 (#1853) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.5.0...v3.5.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/checks.yml | 8 ++++---- .github/workflows/lint.yml | 4 ++-- .github/workflows/upload-critical.yml | 2 +- .github/workflows/upload-removed.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 1349b2c7a1..fc4a16934f 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -34,7 +34,7 @@ jobs: removal: ${{ steps.removal.outputs.removal }} steps: - name: Check out repository - uses: actions/checkout@v3.5.0 + uses: actions/checkout@v3.5.2 - name: Clone origin run: git clone --depth 1 https://github.com/hacs/default /tmp/repositories/default @@ -75,7 +75,7 @@ jobs: if: needs.preflight.outputs.removal != 'true' steps: - name: Check out repository - uses: actions/checkout@v3.5.0 + uses: actions/checkout@v3.5.2 - name: Download shared artifacts uses: actions/download-artifact@master @@ -96,7 +96,7 @@ jobs: name: Check if PR is editable steps: - name: Check out repository - uses: actions/checkout@v3.5.0 + uses: actions/checkout@v3.5.2 - name: Install dependencies if needed run: scripts/setup @@ -112,7 +112,7 @@ jobs: if: needs.preflight.outputs.category == 'integration' steps: - name: Check out repository - uses: actions/checkout@v3.5.0 + uses: actions/checkout@v3.5.2 - name: Download shared artifacts uses: actions/download-artifact@v3.0.2 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3c018421e7..1e27d6cf65 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v3.5.0 + uses: actions/checkout@v3.5.2 - name: Validate run: jq --raw-output . appdaemon blacklist critical integration netdaemon plugin python_script removed template theme @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v3.5.0 + uses: actions/checkout@v3.5.2 - name: Check lists run: python3 scripts/is_sorted.py \ No newline at end of file diff --git a/.github/workflows/upload-critical.yml b/.github/workflows/upload-critical.yml index 87e8de65ef..d716c88019 100644 --- a/.github/workflows/upload-critical.yml +++ b/.github/workflows/upload-critical.yml @@ -18,7 +18,7 @@ jobs: name: Upload steps: - name: Checkout the repository - uses: actions/checkout@v3.5.0 + uses: actions/checkout@v3.5.2 - name: Set up Python uses: actions/setup-python@v4.5.0 diff --git a/.github/workflows/upload-removed.yml b/.github/workflows/upload-removed.yml index 47cb36273d..02042f5096 100644 --- a/.github/workflows/upload-removed.yml +++ b/.github/workflows/upload-removed.yml @@ -18,7 +18,7 @@ jobs: name: Upload steps: - name: Checkout the repository - uses: actions/checkout@v3.5.0 + uses: actions/checkout@v3.5.2 - name: Set up Python uses: actions/setup-python@v4.5.0 From 77b1c6fa95e2de33ee2439c81f566380cef4763f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Apr 2023 10:47:32 +0200 Subject: [PATCH 05/18] Bump actions/setup-python from 4.5.0 to 4.6.0 (#1863) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/upload-critical.yml | 2 +- .github/workflows/upload-removed.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upload-critical.yml b/.github/workflows/upload-critical.yml index d716c88019..e8d069f9ef 100644 --- a/.github/workflows/upload-critical.yml +++ b/.github/workflows/upload-critical.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v3.5.2 - name: Set up Python - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v4.6.0 id: python with: python-version: "3.x" diff --git a/.github/workflows/upload-removed.yml b/.github/workflows/upload-removed.yml index 02042f5096..91d21dc644 100644 --- a/.github/workflows/upload-removed.yml +++ b/.github/workflows/upload-removed.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v3.5.2 - name: Set up Python - uses: actions/setup-python@v4.5.0 + uses: actions/setup-python@v4.6.0 id: python with: python-version: "3.x" From d2087b4c9777a0c5d744eb77991e12d1924a5d7d Mon Sep 17 00:00:00 2001 From: Martijn van der Pol Date: Sun, 30 Apr 2023 10:52:20 +0200 Subject: [PATCH 06/18] Adds new template [TheFes/cheapest-energy-hours] (#1859) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joakim Sørensen --- template | 1 + 1 file changed, 1 insertion(+) diff --git a/template b/template index ce6470bf42..45dc17ba4c 100644 --- a/template +++ b/template @@ -1,4 +1,5 @@ [ "Petro31/easy-time-jinja", + "TheFes/cheapest-energy-hours", "TheFes/relative-time-plus" ] From 05685104501d56476a98cfe9864b902395b27117 Mon Sep 17 00:00:00 2001 From: Fred Date: Sun, 30 Apr 2023 10:59:26 +0200 Subject: [PATCH 07/18] Adds new integration [fredck/lightener] (#1821) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joakim Sørensen --- integration | 1 + 1 file changed, 1 insertion(+) diff --git a/integration b/integration index ed896f58fe..6874c4151a 100644 --- a/integration +++ b/integration @@ -319,6 +319,7 @@ "Fr3d/camect-ha", "franc6/ics_calendar", "freakshock88/hass-populartimes", + "fredck/lightener", "frenck/spook", "freol35241/ltss", "frimtec/hass-compal-wifi", From a07fa0065f5eb5d251a831a960e4f83f3d15fb92 Mon Sep 17 00:00:00 2001 From: Andrea Turri Date: Sun, 30 Apr 2023 11:10:08 +0200 Subject: [PATCH 08/18] Adds new integration [aturri/ha-zcsazzurro] (#1845) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add aturri/ha-zcsazzurro integration in default reposiotries Co-authored-by: Joakim Sørensen --- integration | 1 + 1 file changed, 1 insertion(+) diff --git a/integration b/integration index 6874c4151a..bd4d48ae80 100644 --- a/integration +++ b/integration @@ -74,6 +74,7 @@ "astrandb/miele", "astrandb/sentio", "astrandb/viva", + "aturri/ha-zcsazzurro", "atxbyea/samsungrac", "atymic/project_three_zero_ha", "augustas2/eldes", From 788de66e6695548cfd9c0b39a4045cf9dab02d84 Mon Sep 17 00:00:00 2001 From: Chris Hobden Date: Sun, 30 Apr 2023 10:11:58 +0100 Subject: [PATCH 09/18] Adds new plugin [VeniVidiVici/givtcp-power-flow-card] (#1847) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A new power flow card for GivTCP users. Co-authored-by: Joakim Sørensen --- plugin | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin b/plugin index 83e1a6952c..43bc110748 100644 --- a/plugin +++ b/plugin @@ -278,6 +278,7 @@ "ulic75/power-flow-card", "usernein/tv-card", "vasqued2/ha-teamtracker-card", + "VeniVidiVici/givtcp-power-flow-card", "Villhellm/custom-sidebar", "Villhellm/lovelace-animated-background", "Villhellm/lovelace-clock-card", From 44e402bbabee5fb36112e48816dd479d2bc68ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20S=C3=A1nchez=20Ortega?= Date: Sun, 30 Apr 2023 11:19:33 +0200 Subject: [PATCH 10/18] Adds new integration [IvanSanchez/homeassistant-freeds] (#1849) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds new integration [ivansanchez/homeassistant-freeds] Co-authored-by: Joakim Sørensen --- integration | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integration b/integration index bd4d48ae80..83eebf9a82 100644 --- a/integration +++ b/integration @@ -408,6 +408,7 @@ "itchannel/optus-ha", "itchannel/tdarr_ha", "ITTV-tools/homeassistant-kostalplenticore", + "IvanSanchez/homeassistant-freeds", "J-Lindvig/Flagdays_DK", "J-Lindvig/Fuelprices_DK", "JAAlperin/hass-bardolph", @@ -905,4 +906,4 @@ "zachowj/hass-node-red", "zigul/HomeAssistant-CEZdistribuce", "ZsBT/hass-w1000-portal" -] \ No newline at end of file +] From ba047693ac24a33510f059f97e21301d419304cd Mon Sep 17 00:00:00 2001 From: Emiliano Date: Mon, 1 May 2023 13:18:04 +0200 Subject: [PATCH 11/18] Adds new integration [emics/ham_radio_propagation] (#1850) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add integration Ham Radio Propagation Co-authored-by: Joakim Sørensen --- integration | 1 + 1 file changed, 1 insertion(+) diff --git a/integration b/integration index 83eebf9a82..b4effcb009 100644 --- a/integration +++ b/integration @@ -291,6 +291,7 @@ "elden1337/hass-peaq", "elden1337/hass-peaqhvac", "emes30/facebook_messenger", + "emics/ham_radio_propagation", "epaulsen/energytariff", "ericpignet/home-assistant-lg_hombot", "erikkastelec/hass-WEM-Portal", From e9f51ce053823fc912f479d56d605602822a438f Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Mon, 1 May 2023 11:20:10 +0000 Subject: [PATCH 12/18] Removes bieniu/ha-zadnego-ale repository (#1848) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove bieniu/ha-zadnego-ale repository Co-authored-by: Joakim Sørensen --- blacklist | 1 + integration | 1 - removed | 6 ++++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/blacklist b/blacklist index 0922f749d6..1d5397c5e3 100644 --- a/blacklist +++ b/blacklist @@ -20,6 +20,7 @@ "bieniu/ha-ad-airly", "bieniu/ha-airly", "bieniu/ha-gios", + "bieniu/ha-zadnego-ale", "Boosik/discord_game", "boralyl/hass-smartthinq", "bramkragten/lyric", diff --git a/integration b/integration index b4effcb009..a70d3ce235 100644 --- a/integration +++ b/integration @@ -96,7 +96,6 @@ "benleb/sureha", "BenPru/novus300_Rs485", "bertbert72/HomeAssistant_VirginTivo", - "bieniu/ha-zadnego-ale", "bigbadblunt/homeassistant-lightwave2", "BigNocciolino/CryptoTracker", "binsentsu/home-assistant-solaredge-modbus", diff --git a/removed b/removed index 8c170dc387..7c6f89ff34 100644 --- a/removed +++ b/removed @@ -1143,5 +1143,11 @@ "reason": "Most of the functionality included in core (local calendar)", "removal_type": "remove", "link": "https://github.com/bruxy70/Garbage-Collection#end-of-support" + }, + { + "repository": "bieniu/ha-zadnego-ale", + "reason": "zadnego ale API is down", + "removal_type": "remove", + "link": "https://github.com/bieniu/ha-zadnego-ale/issues/150" } ] \ No newline at end of file From 0ff29b95f77a1487cb728e35832573d6961c7cc7 Mon Sep 17 00:00:00 2001 From: Marc Sygrove Date: Mon, 1 May 2023 12:24:02 +0100 Subject: [PATCH 13/18] Adds new plugin [t1gr0u/uv-index-card] (#1776) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds new plugin [t1gr0u/uv-index-card] Co-authored-by: Joakim Sørensen --- plugin | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin b/plugin index 43bc110748..1982c49104 100644 --- a/plugin +++ b/plugin @@ -253,6 +253,7 @@ "silentbil/silent-remotes-card", "sopelj/lovelace-kanji-clock-card", "swingerman/lovelace-fluid-level-background-card", + "t1gr0u/uv-index-card", "TarheelGrad1998/gallery-card", "tcarlsen/lovelace-light-with-profiles", "TheLastProject/lovelace-media-art-background", From ad450c6a5a0815260a08aad5dcd6adc1a8187bac Mon Sep 17 00:00:00 2001 From: Marc Sygrove Date: Mon, 1 May 2023 12:28:52 +0100 Subject: [PATCH 14/18] Adds new plugin [t1gr0u/rain-gauge-card] (#1839) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Adds new plugin [t1gr0u/uv-index-card] Adds new plugin [t1gr0u/uv-index-card] * adding rain-gauge-card --------- Co-authored-by: Joakim Sørensen --- plugin | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin b/plugin index 1982c49104..ca4dacd248 100644 --- a/plugin +++ b/plugin @@ -253,6 +253,7 @@ "silentbil/silent-remotes-card", "sopelj/lovelace-kanji-clock-card", "swingerman/lovelace-fluid-level-background-card", + "t1gr0u/rain-gauge-card", "t1gr0u/uv-index-card", "TarheelGrad1998/gallery-card", "tcarlsen/lovelace-light-with-profiles", From 02936e065a381125a6482bf1251b494f719691d0 Mon Sep 17 00:00:00 2001 From: Jose Luis Carrillo Aguilar Date: Mon, 1 May 2023 13:47:02 +0200 Subject: [PATCH 15/18] Adds new integration [joselcaguilar/azure-openai-ha] (#1852) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Adding joselcaguilar/azure-openai-ha * Missed comma --------- Co-authored-by: Joakim Sørensen --- integration | 1 + 1 file changed, 1 insertion(+) diff --git a/integration b/integration index a70d3ce235..4fecc4c39f 100644 --- a/integration +++ b/integration @@ -444,6 +444,7 @@ "JonasJoKuJonas/homeassistant-WebUntis", "JonasPed/homeassistant-eloverblik", "jonkristian/wasteplan_trv", + "joselcaguilar/azure-openai-ha", "JoshuaMulliken/ha-wyzeapi", "jrfernandes/ontario_energy_board", "jscruz/sensor.carbon_intensity_uk", From 98bc30bfc98d77ccc202f3eebe8f15296494461e Mon Sep 17 00:00:00 2001 From: Eric M Date: Mon, 1 May 2023 05:55:02 -0600 Subject: [PATCH 16/18] Adds new plugin [flyrmyr/system-flow-card] (#1854) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Link to successful HACS action: https://github.com/flyrmyr/system-flow-card/actions/runs/4724855310 Link to successful hassfest action (if integration): Checklist I've read the publishing documentation. I've added the HACS action to my repository. (For integrations only) I've added the hassfest action to my repository. The actions are passing wihtout any disabled checks in my repository. I've added a link to the action run on my repository below in the links section. I've created a new release of the repository after the validaaion actions were run successfully. Links Link to current release: https://github.com/flyrmyr/system-flow-card/releases/tag/v0.1.2 Link to successful HACS action (without the ignore key): https://github.com/flyrmyr/system-flow-card/actions/runs/4724855310 Link to successful hassfest action (if integration): Co-authored-by: Joakim Sørensen --- plugin | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin b/plugin index ca4dacd248..6de4e7e42f 100644 --- a/plugin +++ b/plugin @@ -109,6 +109,7 @@ "finity69x2/light-brightness-preset-row", "finity69x2/toggle-control-button-row", "flixlix/power-flow-card-plus", + "flyrmyr/system-flow-card", "fratsloos/fr24_card", "frozenwizard/onlylocklock", "fufar/simple-clock-card", From 79b59b8091965d0536e60737e26878bbb4a11861 Mon Sep 17 00:00:00 2001 From: Tor Inge Redalen Date: Sun, 7 May 2023 21:30:23 +0200 Subject: [PATCH 17/18] Adds new integration [toringer/home-assistant-heru] (#1855) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add new integration Co-authored-by: Joakim Sørensen --- integration | 1 + 1 file changed, 1 insertion(+) diff --git a/integration b/integration index 4fecc4c39f..e00142fae7 100644 --- a/integration +++ b/integration @@ -844,6 +844,7 @@ "TomBrien/cardiffwaste-ha", "toreamun/amshan-homeassistant", "toreamun/victorsmartkill-homeassistant", + "toringer/home-assistant-heru", "toringer/home-assistant-met-next-6-hours-forecast", "toringer/home-assistant-metnowcast", "toringer/home-assistant-sbanken", From 9f75957b7c7934104c9089ee1f19401ba4b882b6 Mon Sep 17 00:00:00 2001 From: Pierre-Emmanuel Mercier Date: Sun, 7 May 2023 21:47:05 +0200 Subject: [PATCH 18/18] Adds new integration [acesyde/hassio_mylight_integration] (#1767) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit feat: Add MyLight Systems Co-authored-by: Joakim Sørensen --- integration | 1 + 1 file changed, 1 insertion(+) diff --git a/integration b/integration index e00142fae7..c9d2bceb21 100644 --- a/integration +++ b/integration @@ -8,6 +8,7 @@ "a529987659852/openwbmqtt", "AaronDavidSchneider/SonosAlarm", "aceindy/Duepi_EVO", + "acesyde/hassio_mylight_integration", "AdamNaj/linksys_velop", "adamoutler/anycubic-homeassistant", "aex351/home-assistant-neerslag-app",