Skip to content

Commit

Permalink
Improved Redaction. Fix Error on API call.
Browse files Browse the repository at this point in the history
  • Loading branch information
fboundy committed Feb 12, 2024
1 parent 8bf5718 commit 6758b47
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 79 deletions.
8 changes: 4 additions & 4 deletions apps/pv_opt/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pv_opt:

# If true the current config in HA will be over-written with that in the config.yaml.
overwrite_ha_on_restart: true
redact_personal_data_from_log: true
# redact_personal_data_from_log: false

consumption_history_days: 7

Expand Down Expand Up @@ -81,10 +81,10 @@ pv_opt:
# Octopus account parameters
# ========================================

# octopus_auto: False # Read tariffs from the Octopus Energy integration. If successful this over-rides the following parameters
octopus_auto: False # Read tariffs from the Octopus Energy integration. If successful this over-rides the following parameters

# octopus_account: !secret octopus_account
# octopus_api_key: !secret octopus_api_key
octopus_account: !secret octopus_account
octopus_api_key: !secret octopus_api_key

# The following Can be omitted if either of the above options is working correctly:

Expand Down
Loading

0 comments on commit 6758b47

Please sign in to comment.