-
Notifications
You must be signed in to change notification settings - Fork 1
/
cameras.yaml
52 lines (42 loc) · 2.12 KB
/
cameras.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
################################################################################
# TYPE: Cameras
# FILENAME: cameras.yaml
# NAME: Cameras
################################################################################
#### GPS Tracker
## JORGE
- platform: generic
name: Jorge
still_image_url: https://maps.googleapis.com/maps/api/staticmap?center={{ states.device_tracker.jorge.attributes.latitude }},{{ states.device_tracker.jorge.attributes.longitude }}&zoom=16&size=500x500&maptype=roadmap&markers=color:green%7Clabel:JA%7C{{ states.device_tracker.jorge.attributes.latitude }},{{ states.device_tracker.jorge.attributes.longitude }}
limit_refetch_to_url_change: true
## LARA
- platform: generic
name: Lara
still_image_url: https://maps.googleapis.com/maps/api/staticmap?center={{ states.device_tracker.lara.attributes.latitude }},{{ states.device_tracker.lara.attributes.longitude }}&zoom=16&size=500x500&maptype=roadmap&markers=color:pink%7Clabel:LA%7C{{ states.device_tracker.lara.attributes.latitude }},{{ states.device_tracker.lara.attributes.longitude }}
limit_refetch_to_url_change: true
## BIA
- platform: generic
name: Bia
still_image_url: https://maps.googleapis.com/maps/api/staticmap?center={{ states.device_tracker.bia.attributes.latitude }},{{ states.device_tracker.bia.attributes.longitude }}&zoom=16&size=500x500&maptype=roadmap&markers=color:purple%7Clabel:BA%7C{{ states.device_tracker.bia.attributes.latitude }},{{ states.device_tracker.bia.attributes.longitude }}
limit_refetch_to_url_change: true
#### IPcam VLC stream
- platform: generic
name: HomeCAM01 (Porta Rua)
still_image_url: !secret cam_hall_entrada
#### Entrada
- platform: generic
name: Kiosk Entrada
still_image_url: !secret cam_kiosk_entrada
#### OCTOPRINT
- platform: mjpeg
name: OctoCam
mjpeg_url: !secret octoprint_cam_url
#### SATELITE
- platform: generic
still_image_url: http://api.sat24.com/animated/SP/visual/1/GMT%20Standard%20Time/8152117
name: Satélite
#### SATELITE IR
- platform: generic
still_image_url: http://api.sat24.com/animated/SP/infraPolair/1/GMT%20Standard%20Time/3251484
name: Satélite IR
#### #### #### ####