Skip to content

Commit

Permalink
- Fixed fetching prices
Browse files Browse the repository at this point in the history
  • Loading branch information
balmli committed Oct 19, 2024
1 parent 1e99069 commit 697da03
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
@@ -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'."
},
Expand Down
2 changes: 1 addition & 1 deletion .homeycompose/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "no.almli.heatingcontroller",
"version": "1.13.0",
"version": "1.14.0",
"compatibility": ">=5.0.0",
"sdk": 3,
"brandColor": "#d06830",
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
15 changes: 7 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 697da03

Please sign in to comment.