diff --git a/.homeychangelog.json b/.homeychangelog.json index 04a39b5..fc54c40 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -1,4 +1,7 @@ { + "1.14.0": { + "en": "Fixed fetching prices." + }, "1.13.0": { "en": "Added condition 'Current price is !{{|not}} among the X highest hours before TIME'. Added condition 'Current price is !{{|not}} among the X lowest hours before TIME'. Added condition 'Current price is !{{|not}} among the X highest hours in the next Y hours'. Added condition 'Current price is !{{|not}} among the X lowest hours in the next Y hours'." }, diff --git a/.homeycompose/app.json b/.homeycompose/app.json index 4805e14..d361caf 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -1,6 +1,6 @@ { "id": "no.almli.heatingcontroller", - "version": "1.13.0", + "version": "1.14.0", "compatibility": ">=5.0.0", "sdk": 3, "brandColor": "#d06830", diff --git a/README.md b/README.md index 4138c24..26f9e6b 100644 --- a/README.md +++ b/README.md @@ -280,6 +280,10 @@ Please report issues on the [community forum page](https://community.homey.app/t ### Release Notes: +#### 1.14.0 + +- Fixed fetching prices + #### 1.13.0 - Added condition 'Current price is !{{|not}} among the X highest hours before TIME' diff --git a/app.json b/app.json index 9ad635c..6562b70 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "_comment": "This file is generated. Please edit .homeycompose/app.json instead.", "id": "no.almli.heatingcontroller", - "version": "1.13.0", + "version": "1.14.0", "compatibility": ">=5.0.0", "sdk": 3, "brandColor": "#d06830", diff --git a/package-lock.json b/package-lock.json index 397ea22..7842e23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@balmli/homey-logger": "^1.0.0", - "@balmli/homey-utility-prices": "^1.3.0", + "@balmli/homey-utility-prices": "^1.6.0", "@balmli/homey-utility-prices-client": "^1.0.0" }, "devDependencies": { @@ -150,10 +150,9 @@ } }, "node_modules/@balmli/homey-utility-prices": { - "version": "1.3.0", - "resolved": "https://npm.pkg.github.com/download/@balmli/homey-utility-prices/1.3.0/1686008890dde092be87e70951b3bdaab1837382", - "integrity": "sha512-E485/vuk0AMPgyl+YK28Ugh6EQHonS5vhyjZDl+vwXJLovpzLt6iM6htoT9BAaFf5YrPqvhcdg92sRuksvjoNQ==", - "license": "ISC", + "version": "1.6.0", + "resolved": "https://npm.pkg.github.com/download/@balmli/homey-utility-prices/1.6.0/8ee38b895c5fb7888cafb617e664cef1399f5c08", + "integrity": "sha512-M7vXwqtcl+gRZwcl3P8c7VC6LR4Gc8vtqYxre+Tj5OnBJlM9DjrbyUeZNPyBvRms5VoZbZGIAR6RMyRdRZD5eQ==", "dependencies": { "@balmli/homey-logger": "^1.0.0", "@balmli/homey-public-holidays": "^1.0.1", @@ -3852,9 +3851,9 @@ "integrity": "sha512-7qALNa5Z3b/vmo1LcdieH5hQi83cHum4QGCvFnDaytoNHAJjmAjvHL3rrslcQkFnLuiQJToYrkBAK4H7JW5rLA==" }, "@balmli/homey-utility-prices": { - "version": "1.3.0", - "resolved": "https://npm.pkg.github.com/download/@balmli/homey-utility-prices/1.3.0/1686008890dde092be87e70951b3bdaab1837382", - "integrity": "sha512-E485/vuk0AMPgyl+YK28Ugh6EQHonS5vhyjZDl+vwXJLovpzLt6iM6htoT9BAaFf5YrPqvhcdg92sRuksvjoNQ==", + "version": "1.6.0", + "resolved": "https://npm.pkg.github.com/download/@balmli/homey-utility-prices/1.6.0/8ee38b895c5fb7888cafb617e664cef1399f5c08", + "integrity": "sha512-M7vXwqtcl+gRZwcl3P8c7VC6LR4Gc8vtqYxre+Tj5OnBJlM9DjrbyUeZNPyBvRms5VoZbZGIAR6RMyRdRZD5eQ==", "requires": { "@balmli/homey-logger": "^1.0.0", "@balmli/homey-public-holidays": "^1.0.1", diff --git a/package.json b/package.json index 5053277..abd6af2 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "license": "ISC", "dependencies": { "@balmli/homey-logger": "^1.0.0", - "@balmli/homey-utility-prices": "^1.3.0", + "@balmli/homey-utility-prices": "^1.6.0", "@balmli/homey-utility-prices-client": "^1.0.0" }, "devDependencies": {