Skip to content

Commit 03e0605

Browse files
committed
Minor updates
1 parent 4638b32 commit 03e0605

4 files changed

Lines changed: 9 additions & 15 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
github: rsnodgrass
2-
patreon: rsnodgrass
3-
custom: ['https://buymeacoffee.com/DYks67r','https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=WREP29UDAMB6G']
2+
custom: ["https://buymeacoffee.com/DYks67r"]

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
# LUNOS Heat Recovery Ventilation for Home Assistant
22

3-
![beta_badge](https://img.shields.io/badge/maturity-Beta-yellow.png)
43
![release_badge](https://img.shields.io/github/v/release/rsnodgrass/hass-lunos.svg)
54
![release_date](https://img.shields.io/github/release-date/rsnodgrass/hass-lunos.svg)
65
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg)](https://github.com/hacs/integration)
6+
![beta_badge](https://img.shields.io/badge/maturity-Beta-yellow.png)
77
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
8-
9-
[![Support on Patreon][patreon-shield]][patreon]
10-
[![Buy Me A Coffee](https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg)](https://buymeacoffee.com/DYks67r)
11-
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=WREP29UDAMB6G)
128
[🥈](https://www.home-assistant.io/docs/quality_scale/)
9+
[![Buy Me A Coffee](https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg)](https://buymeacoffee.com/DYks67r)
1310

1411
[Community Support](https://community.home-assistant.io/t/lunos-heat-recovery-ventilation-hrv-fan-control/157287)
1512

@@ -36,13 +33,11 @@ such as Alexa, the real power comes in supporting a wide variety of automation o
3633

3734
* automatically turn on summer ventilation mode when house is set to sleep mode (and return to normal operating mode upon wakeup or specific time during the day)
3835

39-
## Support
36+
## Community Help
4037

4138
There is no official support for this add-on and is community supported within the **[Home Assistant LUNOS discussion thread](https://community.home-assistant.io/t/lunos-heat-recovery-ventilation-hrv-fan-control/157287)**.
4239
If you have any proposed changes or bug fixes, please code them and create pull requests for your patches to the [hass-lunos GitHub repository](https://github.com/rsnodgrass/hass-lunos).
4340

44-
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=WREP29UDAMB6G)
45-
4641
## Installation
4742

4843
Visit the Home Assistant community if you need [help with installation and configuration of LUNOS Fan Control]().
@@ -298,8 +293,8 @@ Ideally, we would update this integration to follow naming/conventions similar t
298293
* [eWeLink Sonoff Device Control in Home Assistant](https://sonoff.tech/product-review/tutorial/how-to-add-your-sonoff-devices-on-home-assistant/)
299294
* [LUNOS Advanced Controller Settings - 40269](https://store-b79re8owlk.mybigcommerce.com/content/product/ventilation/lunos_e2/advanced_controller_settings_guide.pdf)
300295

296+
## Support
301297

298+
This integration is maintained in my free time. Sponsorship directly funds new device support and faster updates.
302299

303-
304-
[patreon]: https://www.patreon.com/rsnodgrass
305-
[patreon-shield]: https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-patreon.vercel.app%2Fapi%3Fusername%3Drsnodgrass%26type%3Dpatrons&style=for-the-badge
300+
[![Buy Me a Coffee](https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg)](https://buymeacoffee.com/DYks67r)

custom_components/lunos/strings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"step": {
44
"user": {
55
"title": "Add LUNOS Fan",
6-
"description": "Connect your LUNOS ventilation fan to Home Assistant.",
6+
"description": "Connect your LUNOS ventilation fan to Home Assistant. [☕ Tip the Author](https://buymeacoffee.com/DYks67r)",
77
"data": {
88
"name": "Name",
99
"relay_w1": "First Relay (W1)",

custom_components/lunos/translations/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"step": {
44
"user": {
55
"title": "Add LUNOS Fan",
6-
"description": "Connect your LUNOS ventilation fan to Home Assistant.",
6+
"description": "Connect your LUNOS ventilation fan to Home Assistant. [☕ Tip the Author](https://buymeacoffee.com/DYks67r)",
77
"data": {
88
"name": "Name",
99
"relay_w1": "First Relay (W1)",

0 commit comments

Comments
 (0)