Skip to content

Minimizing of the configuration sample (Social) #1045

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 2, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions source/_components/sensor.lastfm.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ To use Last.fm with your installation, add the following to your `configuration.
```yaml
# Example configuration.yaml entry
sensor:
platform: lastfm
api_key: YOUR_API_KEY
users:
- user1
- user2
- platform: lastfm
api_key: YOUR_API_KEY
users:
- user1
- user2
```

Configuration variables:
Expand Down
12 changes: 6 additions & 6 deletions source/_components/sensor.steam_online.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ To use Steam in your installation, add the following to your `configuration.yaml
```yaml
# Example configuration.yaml entry
sensor:
platform: steam_online
api_key: YOUR_API_KEY
accounts:
- account1
- account2
- platform: steam_online
api_key: YOUR_API_KEY
accounts:
- account1
- account2
```

Configuration variables:
Expand All @@ -49,4 +49,4 @@ group:
entities:
- sensor.steam_account1
- sensor.steam_account2
```
```
16 changes: 7 additions & 9 deletions source/_components/sensor.xbox_live.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,20 @@ ha_release: 0.28

The Xbox Live component is able to track [Xbox](http://xbox.com/) profiles.

To use this sensor you need a free API key from [XboxAPI.com](http://xboxapi.com).
Please also make sure to connect your Xbox account on that site.
To use this sensor you need a free API key from [XboxAPI.com](http://xboxapi.com). Please also make sure to connect your Xbox account on that site.

The configuration requires you to specify XUIDs which are the unique identifiers for profiles.
These can be determined on [XboxAPI.com](http://xboxapi.com) by either looking at your own profile page or using their interactive documentation to search for gamertags.
The configuration requires you to specify XUIDs which are the unique identifiers for profiles. These can be determined on [XboxAPI.com](http://xboxapi.com) by either looking at your own profile page or using their interactive documentation to search for gamertags.

To use the Xbox Live sensor in your installation, add the following to your `configuration.yaml` file:

```yaml
# Example configuration.yaml entry
sensor:
platform: xbox_live
api_key: YOUR_API_KEY
xuid:
- account1
- account2
- platform: xbox_live
api_key: YOUR_API_KEY
xuid:
- account1
- account2
```

Configuration variables:
Expand Down