Skip to content

Commit

Permalink
add deerma.humidifier.jsq, deerma.humidifier.jsq1, deerma.humidifier.…
Browse files Browse the repository at this point in the history
…mjjsq
  • Loading branch information
artem.sedykh committed Sep 19, 2021
1 parent 75be49b commit 4b4d8aa
Show file tree
Hide file tree
Showing 10 changed files with 6,641 additions and 22 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg)](https://github.com/artem-sedykh/mini-humidifier)
[![buymeacoffee_badge](https://img.shields.io/badge/Donate-buymeacoffe-ff813f?style=flat)](https://www.buymeacoffee.com/anavrin72)

> Attention! The config version *v1.0.8* **very differs** from version >= *v2.0.1*
Tested on [zhimi.humidifier.cb1](https://www.home-assistant.io/integrations/fan.xiaomi_miio/)

A minimalistic yet customizable humidifier card for [Home Assistant](https://github.com/home-assistant/home-assistant) Lovelace UI.
Expand All @@ -29,7 +27,7 @@ Inspired by [mini media player](https://github.com/kalkih/mini-media-player).

```yaml
resources:
- url: /local/mini-humidifier-bundle.js?v=2.5.2
- url: /local/mini-humidifier-bundle.js?v=2.5.3
type: module
```
Expand All @@ -40,14 +38,14 @@ Inspired by [mini media player](https://github.com/kalkih/mini-media-player).
2. Grab `mini-humidifier-bundle.js`

```console
$ wget https://github.com/artem-sedykh/mini-humidifier/releases/download/v2.5.2/mini-humidifier-bundle.js
$ wget https://github.com/artem-sedykh/mini-humidifier/releases/download/v2.5.3/mini-humidifier-bundle.js
```

3. Add a reference to `mini-humidifier-bundle.js` inside your `configuration.yaml`.

```yaml
resources:
- url: /local/mini-humidifier-bundle.js?v=2.5.2
- url: /local/mini-humidifier-bundle.js?v=2.5.3
type: module
```

Expand All @@ -60,7 +58,7 @@ Inspired by [mini media player](https://github.com/kalkih/mini-media-player).

```yaml
resources:
- url: /local/mini-humidifier-bundle.js?v=2.5.2
- url: /local/mini-humidifier-bundle.js?v=2.5.3
type: module
```

Expand Down
Loading

0 comments on commit 4b4d8aa

Please sign in to comment.