Skip to content

Commit

Permalink
Use lm-db's demetrieck library
Browse files Browse the repository at this point in the history
  • Loading branch information
spyfly authored Jun 19, 2024
1 parent ac8e213 commit 12f6520
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions custom_components/lametric/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 12f6520

Please sign in to comment.