Skip to content

Commit

Permalink
feat: Addressing issue #5
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeftor committed Aug 16, 2023
1 parent 27a8f07 commit 70bada9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/automation/awtrix_weatherflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ blueprint:
Then you can add a [REST](https://www.home-assistant.io/integrations/sensor.rest/) sensor to your `configuraiton.yaml` file like the one here:
resource: https://api.ipgeolocation.io/astronomy?lat=<LAT>&long=-<LON>&apiKey=<API_KEY>
resource: https://api.ipgeolocation.io/astronomy?lat=<LAT>&long=<LON>&apiKey=<API_KEY>
name: ip_geo_location
scan_interval: 300
value_template: "OK"
Expand Down

0 comments on commit 70bada9

Please sign in to comment.