Skip to content

Commit 3b066ba

Browse files
authored
Update Configuration Variables section
1 parent 360c542 commit 3b066ba

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

source/_components/sensor.xbox_live.markdown

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,13 @@ sensor:
3131
- account2
3232
```
3333
34-
Configuration variables:
35-
36-
- **api_key** (*Required*): Your API key from [XboxAPI.com](http://xboxapi.com).
37-
- **xuid** (*Required*): Array of profile XUIDs to be tracked.
34+
{% configuration %}
35+
api_key:
36+
description: Your API key from [XboxAPI.com](http://xboxapi.com).
37+
required: true
38+
type: string
39+
xuid:
40+
description: Array of profile XUIDs to be tracked.
41+
required: true
42+
type: list
43+
{% endconfiguration %}

0 commit comments

Comments
 (0)