home-assistant.io/source/_components/media_player.ue_smart_radio.markdown
Fabian Affolter 2851b2a606
Update configuration samples (#5041)
* Update configuration samples

* Minor changes
2018-03-29 10:02:47 +02:00

1.1 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
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: 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 %}