mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-25 13:57:37 +00:00
1.1 KiB
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. |
|
0.60 | Cloud Polling | ue_smart_radio |
|
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 %}