Documentation for Logitech UE Smart Radios (#3538)

* Documentation for Logitech UE Smart Radios

* Updated name.

* Update example config.

* Update with new configuration format.

* Updated with requested changes.
This commit is contained in:
GreenTurtwig 2017-12-17 13:37:48 +00:00 committed by Fabian Affolter
parent 2662468be7
commit af47e24019
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
2 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
---
layout: page
title: "Logitech UE Smart Radio"
description: "Instructions on how to integrate a Logitech UE Smart Radio player into Home Assistant."
date: 2017-12-09 20:00
sidebar: true
comments: false
sharing: true
footer: true
logo: ueradio.png
ha_category: Media Player
ha_release: "0.60"
ha_iot_class: "Cloud Polling"
---
The `ue_radio` platform allows you to control a [Logitech UE Smart Radio](https://www.uesmartradio.com) from Home Assistant. This lets you control both Logitech UE Smart Radios and Logitech Squeezebox Radios that have been updated with the UE Smart Radio update.
To add your UE Smart Radio player to your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
media_player:
- platform: ue_smart_radio
username: USERNAME
password: PASSWORD
```
{% configuration %}
username:
description: The email you use to log in to `uesmartradio.com`.
required: true
type: string
password:
description: The password you use to log in to `uesmartradio.com`.
required: true
type: string
{% endconfiguration %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB