Skip to content

Commit

Permalink
More changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Jul 16, 2018
1 parent 2d36ee2 commit 667a37f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions camera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
limit_refetch_to_url_change: true
- platform: local_file
name: Saved Image
file_path: /config/www/facebox/tmp/image.jpg
file_path: !secret saved_image_filepath
- platform: local_file
name: facebox_health_check_picture
file_path: /config/www/facebox/healthcheck/user_one.jpg
file_path: !secret facebox_health_check_picture_filepath
5 changes: 4 additions & 1 deletion travis_secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,7 @@ facebox_ip: 192.168.0.13
facebox_mac: "00-00-00-00-00-00"
facebox_port: 8080

tankerkoenig_url: https://creativecommons.tankerkoenig.de/json/prices.php?apikey=mykey&ids=myids
tankerkoenig_url: https://creativecommons.tankerkoenig.de/json/prices.php?apikey=mykey&ids=myids

saved_image_filepath: mypath
facebox_health_check_picture_filepath: myotherpath

0 comments on commit 667a37f

Please sign in to comment.