From 12f65202b876661b83d92bd6669742100613957c Mon Sep 17 00:00:00 2001 From: Sebastian Heiden Date: Wed, 19 Jun 2024 18:17:10 +0200 Subject: [PATCH] Use lm-db's demetrieck library --- .github/workflows/release.yml | 2 +- custom_components/lametric/manifest.json | 4 ++-- hacs.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 12da611..049aab7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v3 with: repository: 'spyfly/ha-core' - ref: 'lametric_sky' + ref: 'lametric_sky_v2' path: 'ha-core' - name: Copy Custom Component Manifest run: cp hacs/custom_components/lametric/manifest.json ha-core/homeassistant/components/lametric diff --git a/custom_components/lametric/manifest.json b/custom_components/lametric/manifest.json index 2b646b1..7e1f76e 100644 --- a/custom_components/lametric/manifest.json +++ b/custom_components/lametric/manifest.json @@ -15,11 +15,11 @@ "issue_tracker": "https://github.com/spyfly/ha-lametric-sky/issues", "loggers": ["demetriek"], "quality_scale": "platinum", - "requirements": ["git+https://github.com/spyfly/python-demetriek@lametric_sky#demetriek==0.4.1"], + "requirements": ["git+https://github.com/lm-db/python-demetriek#demetriek==0.4.1"], "ssdp": [ { "deviceType": "urn:schemas-upnp-org:device:LaMetric:1" } ], - "version": "0.0.1" + "version": "0.0.2" } \ No newline at end of file diff --git a/hacs.json b/hacs.json index a051e4c..30a773a 100644 --- a/hacs.json +++ b/hacs.json @@ -2,7 +2,7 @@ "name": "LaMetric SKY Integration", "filename": "release.zip", "hide_default_branch": true, - "homeassistant": "2023.6.0", + "homeassistant": "2024.6.0", "render_readme": true, "zip_release": true }