diff --git a/README.md b/README.md index 0b08d19..7ddf787 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ wget -O - https://get.hacs.xyz | bash - 2. **Incorporate the file into Home Assistant Docker** 1. Navigate to the directory that is mapped to `/config` in your Docker setup. - 2. Create 2 new directory's named `www/ha-vpd-chart/` within `/config` folder. - 3. Copy the contents of the `dist` directory from the repository into the `/www/ha-vpd-chart/` directory. + 2. Create 2 new directory's named `www/community/ha-vpd-chart/` within `/config` folder. + 3. Copy the contents of the `dist` directory from the repository into the `/www/community/ha-vpd-chart/` directory. 3. **Add the resource in Home Assistant** @@ -60,7 +60,7 @@ wget -O - https://get.hacs.xyz | bash - If you don't have the menu than go to `http:///config/lovelace/resources`\ and add the following:\ \ - url: `/local/ha-vpd-chart/ha-vpd-chart.js\`\ + url: `/local//community/ha-vpd-chart/ha-vpd-chart.js\`\ type: `module` **Note:** After adding the resource, you may need to restart Home Assistant. diff --git a/dist/bar.js b/dist/bar.js index dfed5b9..65dc649 100644 --- a/dist/bar.js +++ b/dist/bar.js @@ -4,7 +4,7 @@ export const bar = { this.innerHTML = `
diff --git a/dist/chart.js b/dist/chart.js index 02dd6d3..5fe840a 100644 --- a/dist/chart.js +++ b/dist/chart.js @@ -7,7 +7,7 @@ export const chart = {
diff --git a/dist/ha-vpd-chart-editor.js b/dist/ha-vpd-chart-editor.js index 67cf345..4591fb3 100644 --- a/dist/ha-vpd-chart-editor.js +++ b/dist/ha-vpd-chart-editor.js @@ -315,7 +315,7 @@ export class HaVpdChartEditor extends HTMLElement { render() { this.shadowRoot.innerHTML = `
diff --git a/dist/ha-vpd-chart.js b/dist/ha-vpd-chart.js index c039e53..7ded6cd 100644 --- a/dist/ha-vpd-chart.js +++ b/dist/ha-vpd-chart.js @@ -1,5 +1,5 @@ // Set version for the card -window.vpdChartVersion = "1.4.5"; +window.vpdChartVersion = "1.4.6"; import {methods} from './methods.js'; import {chart} from './chart.js';