purifier-card 2.7.1 → 2.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/release-drafter.yml +1 -1
- package/.github/workflows/release.yml +1 -1
- package/README.md +2 -4
- package/dist/purifier-card.js +2 -2
- package/package.json +2 -2
- package/src/translations/bg.json +1 -0
- package/src/translations/ca.json +1 -0
- package/src/translations/cs.json +1 -0
- package/src/translations/de.json +1 -0
- package/src/translations/en.json +1 -0
- package/src/translations/es.json +1 -0
- package/src/translations/fr.json +1 -0
- package/src/translations/it.json +1 -0
- package/src/translations/nb.json +1 -0
- package/src/translations/nl.json +1 -0
- package/src/translations/pl.json +1 -0
- package/src/translations/pt.json +1 -0
- package/src/translations/ru.json +1 -0
- package/src/translations/sk.json +1 -0
- package/src/translations/tr.json +1 -0
- package/src/translations/uk.json +1 -0
- package/src/translations/zh-Hans.json +1 -0
- package/src/translations/zh-Hant.json +1 -0
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
> [!IMPORTANT]
|
|
2
|
-
>
|
|
2
|
+
>
|
|
3
3
|
> I don't own an air purifier anymore.
|
|
4
|
-
>
|
|
4
|
+
>
|
|
5
5
|
> I still maintain this card. I will be fixing bugs, maitaining dependencies and styles. However, new features won't be actively developed anymore.
|
|
6
6
|
>
|
|
7
7
|
> If you have an air purifier and are willing to contribute, you are welcome.
|
|
@@ -313,8 +313,6 @@ MIT © [Denys Dovhan][denysdovhan]
|
|
|
313
313
|
[hacs-image]: https://img.shields.io/badge/hacs-default-orange.svg?style=flat-square
|
|
314
314
|
[gh-sponsors-url]: https://github.com/sponsors/denysdovhan
|
|
315
315
|
[gh-sponsors-image]: https://img.shields.io/github/sponsors/denysdovhan?style=flat-square
|
|
316
|
-
[patreon-url]: https://patreon.com/denysdovhan
|
|
317
|
-
[patreon-image]: https://img.shields.io/badge/support-patreon-F96854.svg?style=flat-square
|
|
318
316
|
[buymeacoffee-url]: https://patreon.com/denysdovhan
|
|
319
317
|
[buymeacoffee-image]: https://img.shields.io/badge/support-buymeacoffee-222222.svg?style=flat-square
|
|
320
318
|
[twitter-url]: https://twitter.com/denysdovhan
|