forked from CiquattroFPV/Homeassistant-Example-Config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
camera.yaml
26 lines (26 loc) · 1.7 KB
/
camera.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#- platform: foscam
#ip: 10.10.10.205
#username: !secret foscam_username
#password: !secret foscam_pwd
#name: "Camera Salone R2"
- platform: generic
still_image_url: http://api.sat24.com/animated/IT/visual/1/Central%20European%20Standard%20Time/2380259'%20width=400%20height=291
name: Rome
- platform: generic
name: Nico
still_image_url: https://maps.googleapis.com/maps/api/staticmap?center={{ states.device_tracker.nico_nico.attributes.latitude }},{{ states.device_tracker.nico_nico.attributes.longitude }}&zoom=15&size=500x500&maptype=roadmap&markers=color:blue%7Clabel:P%7C{{ states.device_tracker.nico_nico.attributes.latitude }},{{ states.device_tracker.nico_nico.attributes.longitude }}
limit_refetch_to_url_change: true
- platform: generic
name: Mamma
still_image_url: https://maps.googleapis.com/maps/api/staticmap?center={{ states.device_tracker.mamma_mamma.attributes.latitude }},{{ states.device_tracker.mamma_mamma.attributes.longitude }}&zoom=15&size=500x500&maptype=roadmap&markers=color:blue%7Clabel:P%7C{{ states.device_tracker.mamma_mamma.attributes.latitude }},{{ states.device_tracker.mamma_mamma.attributes.longitude }}
limit_refetch_to_url_change: true
- platform: generic
name: ISS
still_image_url: https://maps.googleapis.com/maps/api/staticmap?center={{ states.binary_sensor.iss.attributes.lat }},{{ states.binary_sensor.iss.attributes.long }}&zoom=3&size=500x500&maptype=roadmap&markers=color:blue%7Clabel:P%7C{{ states.binary_sensor.iss.attributes.lat }},{{ states.binary_sensor.iss.attributes.long }}
limit_refetch_to_url_change: true
- platform: synology
url: !secret synology_url
username: !secret synology_user
password: !secret synology_pwd
timeout: 15
verify_ssl: False