Skip to content

Commit

Permalink
Merge pull request #18 from hmn/fix-links
Browse files Browse the repository at this point in the history
update links to github
  • Loading branch information
hmn authored Nov 27, 2022
2 parents ab02170 + 3a310c3 commit ff0829a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
6 changes: 3 additions & 3 deletions custom_components/siku/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"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": [],
"homekit": {},
"dependencies": [],
"codeowners": ["@hmn"],
"iot_class": "local_polling",
"version": "2.0.0"
"version": "2.0.1"
}

0 comments on commit ff0829a

Please sign in to comment.