Skip to content

Commit af47e24

Browse files
GreenTurtwigfabaff
authored andcommitted
Documentation for Logitech UE Smart Radios (home-assistant#3538)
* Documentation for Logitech UE Smart Radios * Updated name. * Update example config. * Update with new configuration format. * Updated with requested changes.
1 parent 2662468 commit af47e24

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
layout: page
3+
title: "Logitech UE Smart Radio"
4+
description: "Instructions on how to integrate a Logitech UE Smart Radio player into Home Assistant."
5+
date: 2017-12-09 20:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: ueradio.png
11+
ha_category: Media Player
12+
ha_release: "0.60"
13+
ha_iot_class: "Cloud Polling"
14+
---
15+
16+
17+
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.
18+
19+
To add your UE Smart Radio player to your installation, add the following to your `configuration.yaml` file:
20+
21+
```yaml
22+
# Example configuration.yaml entry
23+
media_player:
24+
- platform: ue_smart_radio
25+
username: USERNAME
26+
password: PASSWORD
27+
```
28+
29+
{% configuration %}
30+
username:
31+
description: The email you use to log in to `uesmartradio.com`.
32+
required: true
33+
type: string
34+
password:
35+
description: The password you use to log in to `uesmartradio.com`.
36+
required: true
37+
type: string
38+
{% endconfiguration %}
6.32 KB
Loading

0 commit comments

Comments
 (0)