mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
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:
parent
2662468be7
commit
af47e24019
38
source/_components/media_player.ue_smart_radio.markdown
Normal file
38
source/_components/media_player.ue_smart_radio.markdown
Normal 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 %}
|
BIN
source/images/supported_brands/ueradio.png
Normal file
BIN
source/images/supported_brands/ueradio.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
Loading…
x
Reference in New Issue
Block a user