From 3a310c3d68fb8697e98175dab286fae11ea1355a Mon Sep 17 00:00:00 2001 From: Henrik Nicolaisen Date: Sun, 27 Nov 2022 09:57:03 +0100 Subject: [PATCH] update links to github --- .cookiecutter.json | 2 +- README.md | 18 ++++++++---------- custom_components/siku/manifest.json | 6 +++--- 3 files changed, 12 insertions(+), 14 deletions(-) diff --git a/.cookiecutter.json b/.cookiecutter.json index 5153b7a..3bb29d3 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -4,7 +4,7 @@ "domain_name": "siku", "friendly_name": "Siku Fan", "github_user": "hmn", - "project_name": "hacs-siku-integration", + "project_name": "siku-integration", "test_suite": "yes", "version": "1.0.0" } diff --git a/README.md b/README.md index c6c7282..51baa6d 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,12 @@ Integration for https://www.siku.at/produkte/ wifi fans ### Tested on - "Siku RV 50 W Pro WIFI v1" -- ? The fan is sold under different brands, for instance : -- Siku RV -- SIKU TwinFresh -- DUKA One -- Oxxify +- [SIKU RV/Twinfresh](https://www.siku.at/produkte/) +- [DUKA One](https://dukaventilation.dk/produkter/1-rums-ventilationsloesninger) +- [Oxxify](https://raumluft-shop.de/lueftung/dezentrale-lueftungsanlage-mit-waermerueckgewinnung/oxxify.html) ## Installation @@ -79,18 +77,18 @@ Code template was mainly taken from [@Ludeeus](https://github.com/ludeeus)'s [in [black-shield]: https://img.shields.io/badge/code%20style-black-000000.svg?style=for-the-badge [buymecoffee]: https://www.buymeacoffee.com/hnicolaisen [buymecoffeebadge]: https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg?style=for-the-badge -[commits-shield]: https://img.shields.io/github/commit-activity/y/hmn/hacs-siku-integration.svg?style=for-the-badge -[commits]: https://github.com/hmn/hacs-siku-integration/commits/main +[commits-shield]: https://img.shields.io/github/commit-activity/y/hmn/siku-integration.svg?style=for-the-badge +[commits]: https://github.com/hmn/siku-integration/commits/main [hacs]: https://hacs.xyz [hacsbadge]: https://img.shields.io/badge/HACS-Custom-orange.svg?style=for-the-badge [discord]: https://discord.gg/Qa5fW2R [discord-shield]: https://img.shields.io/discord/330944238910963714.svg?style=for-the-badge [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg?style=for-the-badge [forum]: https://community.home-assistant.io/ -[license-shield]: https://img.shields.io/github/license/hmn/hacs-siku-integration.svg?style=for-the-badge +[license-shield]: https://img.shields.io/github/license/hmn/siku-integration.svg?style=for-the-badge [maintenance-shield]: https://img.shields.io/badge/maintainer-%40hmn-blue.svg?style=for-the-badge [pre-commit]: https://github.com/pre-commit/pre-commit [pre-commit-shield]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?style=for-the-badge -[releases-shield]: https://img.shields.io/github/release/hmn/hacs-siku-integration.svg?style=for-the-badge -[releases]: https://github.com/hmn/hacs-siku-integration/releases +[releases-shield]: https://img.shields.io/github/release/hmn/siku-integration.svg?style=for-the-badge +[releases]: https://github.com/hmn/siku-integration/releases [user_profile]: https://github.com/hmn diff --git a/custom_components/siku/manifest.json b/custom_components/siku/manifest.json index 9c0e951..a7622e6 100644 --- a/custom_components/siku/manifest.json +++ b/custom_components/siku/manifest.json @@ -2,8 +2,8 @@ "domain": "siku", "name": "Siku Fan", "config_flow": true, - "documentation": "https://github.com/hmn/hacs-siku-integration", - "issue_tracker": "https://github.com/hmn/hacs-siku-integration/issues", + "documentation": "https://github.com/hmn/siku-integration", + "issue_tracker": "https://github.com/hmn/siku-integration/issues", "requirements": [], "ssdp": [], "zeroconf": [], @@ -11,5 +11,5 @@ "dependencies": [], "codeowners": ["@hmn"], "iot_class": "local_polling", - "version": "2.0.0" + "version": "2.0.1" }