purifier-card 2.6.5 → 2.6.7
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/workflows/main.yml +1 -1
- package/README.md +0 -1
- package/dist/purifier-card.js +2 -2
- package/package.json +8 -8
- package/rollup.config.mjs +1 -1
- package/src/localize.ts +2 -2
package/README.md
CHANGED
|
@@ -34,7 +34,6 @@ Just search for `Purifier Card` in the plugins tab.
|
|
|
34
34
|
1. Download `purifier-card.js` file from the [latest-release].
|
|
35
35
|
2. Put `purifier-card.js` file into your `config/www` folder.
|
|
36
36
|
3. Add a reference to `purifier-card.js` in Lovelace. There's two way to do that:
|
|
37
|
-
|
|
38
37
|
1. **Using UI:** _Configuration_ → _Lovelace Dashboards_ → _Resources_ → Click Plus button → Set _Url_ as `/local/purifier-card.js` → Set _Resource type_ as `JavaScript Module`.
|
|
39
38
|
2. **Using YAML:** Add the following code to `lovelace` section.
|
|
40
39
|
|