File tree 2 files changed +31
-0
lines changed
2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1
1
# ha-polar
2
2
Polar fitness tracking integration for Home Assistant.
3
+
4
+ Requirements and configuration information can be viewed [ here] ( info.md ) .
Original file line number Diff line number Diff line change @@ -27,4 +27,33 @@ Available Data Types
27
27
polar:
28
28
client_id: fd1b46a2-3e59-b7f4-d85c-a4237c4fb4ad
29
29
client_secret: acd35eb0-51e8-1c6b-7bb9-f13a1b906ae6
30
+ unit_system: metric # Defaults to global unit_system if not specified
31
+ monitored_resources:
32
+ daily_activity:
33
+ - "calories"
34
+ - "duration"
35
+ - "active-calories"
36
+ - "active-steps"
37
+ training_data:
38
+ - "calories"
39
+ - "club-id"
40
+ - "club-name"
41
+ - "detailed-sport-info"
42
+ - "device"
43
+ - "distance"
44
+ - "duration"
45
+ - "has-route"
46
+ - "heart-rate/average"
47
+ - "heart-rate/maximum"
48
+ - "start-time"
49
+ - "sport"
50
+ - "training-load"
51
+ physical_info:
52
+ - "aerobic-threshold"
53
+ - "anaerobic-threshold"
54
+ - "height"
55
+ - "maximum-heart-rate"
56
+ - "resting-heart-rate"
57
+ - "vo2-max"
58
+ - "weight"
30
59
```
You can’t perform that action at this time.
0 commit comments