home-assistant.io/source/_integrations/ue_smart_radio.markdown
2022-03-30 21:50:39 +02:00

1.1 KiB

title description ha_category ha_release ha_iot_class ha_domain ha_platforms ha_integration_type
Logitech UE Smart Radio Instructions on how to integrate a Logitech UE Smart Radio player into Home Assistant.
Media Player
0.60 Cloud Polling ue_smart_radio
media_player
integration

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