Skip to content

Commit 489b02f

Browse files
committed
Update configuration information.
1 parent 83f3e9d commit 489b02f

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# ha-polar
22
Polar fitness tracking integration for Home Assistant.
3+
4+
Requirements and configuration information can be viewed [here](info.md).

info.md

+29
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,33 @@ Available Data Types
2727
polar:
2828
client_id: fd1b46a2-3e59-b7f4-d85c-a4237c4fb4ad
2929
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"
3059
```

0 commit comments

Comments
 (0)