Skip to content

Commit

Permalink
feat(shelly): add auth header (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierBerger authored Oct 24, 2024
2 parents 5437471 + 461a128 commit 67b4188
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions solar_router/power_meter_shelly_em.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ script:
then:
- http_request.get:
url: http://${power_meter_ip_address}/emeter/${emeter_index}
headers:
Authorization: ${power_meter_auth_header}
capture_response: true
on_response:
then:
Expand Down

0 comments on commit 67b4188

Please sign in to comment.