38 lines
1.1 KiB
Markdown
38 lines
1.1 KiB
Markdown
---
|
|
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: YOUR_USERNAME
|
|
password: YOUR_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 %}
|