purifier-card 2.2.2 → 2.3.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/.babelrc +2 -1
- package/.github/FUNDING.yml +1 -0
- package/README.md +4 -1
- package/dist/purifier-card.js +2 -2
- package/package.json +14 -13
- package/rollup.config.js +1 -1
- package/src/localize.js +2 -0
- package/src/translations/nl.json +40 -0
package/.babelrc
CHANGED
package/.github/FUNDING.yml
CHANGED
package/README.md
CHANGED
|
@@ -236,6 +236,7 @@ This card supports translations. Please, help to add more translations and impro
|
|
|
236
236
|
- Italiano (Italian)
|
|
237
237
|
- 繁體中文 (Traditional Chinese)
|
|
238
238
|
- Čeština (Czech)
|
|
239
|
+
- Dutch (Netherlands)
|
|
239
240
|
- [_Your language?_][add-translation]
|
|
240
241
|
|
|
241
242
|
## Supported models
|
|
@@ -247,12 +248,14 @@ If this card works with your air purifier, please open a PR and your model to th
|
|
|
247
248
|
- Air Purifier 3/3H
|
|
248
249
|
- Air Purifier 2/2H/2S
|
|
249
250
|
- Air Purifier Pro
|
|
251
|
+
- Blueair Classic 480i/680i
|
|
250
252
|
- Coway Airmega 300S/400S ([using IoCare custom component](https://github.com/sarahhenkens/home-assistant-iocare))
|
|
251
253
|
- Dyson Pure Humidify+Cool ([using Dyson integration](https://www.home-assistant.io/integrations/dyson/))
|
|
252
254
|
- Winix AM90 Wi-Fi Air Purifier
|
|
253
255
|
- Philips AirPurifier AC3858/50 (partially)
|
|
254
256
|
- SmartMI Air Purifier
|
|
255
257
|
- Ikea Starkvind
|
|
258
|
+
- Levoit Air Purifier (Core 400S)
|
|
256
259
|
- [_Your purifier?_][edit-readme]
|
|
257
260
|
|
|
258
261
|
## Development
|
|
@@ -277,7 +280,7 @@ MIT © [Denys Dovhan][denysdovhan]
|
|
|
277
280
|
|
|
278
281
|
[npm-url]: https://npmjs.org/package/purifier-card
|
|
279
282
|
[npm-image]: https://img.shields.io/npm/v/purifier-card.svg?style=flat-square
|
|
280
|
-
[hacs-url]: https://github.com/
|
|
283
|
+
[hacs-url]: https://github.com/hacs/integration
|
|
281
284
|
[hacs-image]: https://img.shields.io/badge/hacs-default-orange.svg?style=flat-square
|
|
282
285
|
[patreon-url]: https://patreon.com/denysdovhan
|
|
283
286
|
[patreon-image]: https://img.shields.io/badge/support-patreon-F96854.svg?style=flat-square
|