-
Notifications
You must be signed in to change notification settings - Fork 55
/
camera.yaml
31 lines (24 loc) · 1.69 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
27
28
29
30
31
#https://home-assistant.io/components/camera/
####################################################
# #
# MAP OF ADAMS LOCATION #
# #
####################################################
#https://home-assistant.io/components/camera.generic/
- platform: generic
name: Adam Location
still_image_url: https://maps.googleapis.com/maps/api/staticmap?center={{ states.device_tracker.adamsiphone.attributes.latitude }},{{ states.device_tracker.adamsiphone.attributes.longitude }}&zoom=13&size=500x500&maptype=roadmap&markers=color:blue%7Clabel:A%7C{{ states.device_tracker.adamsiphone.attributes.latitude }},{{ states.device_tracker.adamsiphone.attributes.longitude }}
limit_refetch_to_url_change: true
####################################################
# #
# WEATHER RADAR #
# #
####################################################
- platform: generic
still_image_url: https://radblast.wunderground.com/cgi-bin/radar/WUNIDS_map?station=LOT&brand=wui&num=1&delay=15&type=N0R&frame=0&scale=1.000&noclutter=1&showstorms=0&mapx=400&mapy=240¢erx=400¢ery=240&transx=0&transy=0&showlabels=1&severe=0&rainsnow=1&lightning=0&smooth=1&rand=24970615&lat=0&lon=0&label=you
name: Radar
####################################################
# #
# END OF CONFIGURATION FILE #
# #
####################################################