Skip to content

Commit

Permalink
Add facebox healthcheck entities
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Jul 16, 2018
1 parent 106bea2 commit 2d36ee2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion camera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@
limit_refetch_to_url_change: true
- platform: local_file
name: Saved Image
file_path: /config/www/facebox/tmp/image.jpg
file_path: /config/www/facebox/tmp/image.jpg
- platform: local_file
name: facebox_health_check_picture
file_path: /config/www/facebox/healthcheck/user_one.jpg
4 changes: 3 additions & 1 deletion image_processing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
scan_interval: 10000
source:
- entity_id: camera.saved_image
name: facebox
name: facebox
- entity_id: camera.facebox_health_check_picture
name: facebox_health_check_picture

0 comments on commit 2d36ee2

Please sign in to comment.