home-assistant.io/source/_integrations/ue_smart_radio.markdown
2019-10-02 00:04:39 +02:00

1023 B

title, description, logo, ha_category, ha_release, ha_iot_class
title description logo ha_category ha_release ha_iot_class
Logitech UE Smart Radio Instructions on how to integrate a Logitech UE Smart Radio player into Home Assistant. 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 %}