Skip to content

Commit

Permalink
Merge branch 'release/0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Dec 13, 2023
2 parents 46c9910 + b16d673 commit 0619726
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 74 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.4)
bigdecimal (3.1.5)
climate_control (1.2.0)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
Expand Down Expand Up @@ -49,7 +49,7 @@ GEM
rake (13.1.0)
regexp_parser (2.8.3)
rexml (3.2.6)
rubocop (1.58.0)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down
2 changes: 1 addition & 1 deletion app/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def self.influx_credentials_from_env
influx_token: ENV.fetch('INFLUX_TOKEN'),
influx_org: ENV.fetch('INFLUX_ORG'),
influx_bucket: ENV.fetch('INFLUX_BUCKET'),
influx_measurement: ENV.fetch('INFLUX_MEASUREMENT', 'Tibber'),
influx_measurement: ENV.fetch('INFLUX_MEASUREMENT', 'Prices'),
}
end

Expand Down
120 changes: 60 additions & 60 deletions test/cassettes/loop_success.yml

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

4 changes: 2 additions & 2 deletions test/cassettes/tibber_invalid_token.yml

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

4 changes: 2 additions & 2 deletions test/cassettes/tibber_schema.yml

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

Loading

0 comments on commit 0619726

Please sign in to comment.