Update README.md

This commit is contained in:
Aalian Khan
2023-03-28 01:56:30 -04:00
committed by GitHub
parent 6523ef3bc0
commit 819c66f265

View File

@@ -15,7 +15,7 @@ Mushroom dashboard strategy provides a strategy for Home assistant to automatica
My goal is to propose a way to create powerful dashaboards without the need of spending hours manualy creating them. My goal is to propose a way to create powerful dashaboards without the need of spending hours manualy creating them.
**Note:** This is my first javascript code. Any recomendations are always welcome **Note:** This is my first javascript code and github repository. Any recomendations are always welcome
### Features ### Features
@@ -44,7 +44,7 @@ Mushroom dashboard strategy is available in [HACS][hacs] (Home Assistant Communi
### Manual ### Manual
1. Download `mushroom-strategy.js` file from the [latest-release]. 1. Download `mushroom-strategy.js` file from the [`dist`](https://github.com/AalianKhan/mushroom-strategy/tree/main/dist) directory.
2. Put `mushroom-strategy.js` file into your `config/www` folder. 2. Put `mushroom-strategy.js` file into your `config/www` folder.
3. Add reference to `mushroom-strategy.js` in Dashboard. There's two way to do that: 3. Add reference to `mushroom-strategy.js` in Dashboard. There's two way to do that:
- **Using UI:** _Settings__Dashboards__More Options icon__Resources__Add Resource_ → Set _Url_ as `/local/mushroom-strategy.js` → Set _Resource type_ as `JavaScript Module`. - **Using UI:** _Settings__Dashboards__More Options icon__Resources__Add Resource_ → Set _Url_ as `/local/mushroom-strategy.js` → Set _Resource type_ as `JavaScript Module`.