home-assistant.github.io/source/_components/media_player.ue_smart_radio.markdown
GreenTurtwig af47e24019
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.
2017-12-17 14:38:40 +01:00

1.1 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Logitech UE Smart Radio Instructions on how to integrate a Logitech UE Smart Radio player into Home Assistant. 2017-12-09 20:00 true false true true ueradio.png Media Player 0.60 Cloud Polling

The ue_radio platform allows you to control a Logitech UE Smart Radio 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:

# 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 %}