mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Remove UE Smart Radio integration (#33960)
This commit is contained in:
parent
d16618d503
commit
b98aef96ef
@ -1,39 +0,0 @@
|
|||||||
---
|
|
||||||
title: Logitech UE Smart Radio
|
|
||||||
description: Instructions on how to integrate a Logitech UE Smart Radio player into Home Assistant.
|
|
||||||
ha_category:
|
|
||||||
- Media player
|
|
||||||
ha_release: '0.60'
|
|
||||||
ha_iot_class: Cloud Polling
|
|
||||||
ha_domain: ue_smart_radio
|
|
||||||
ha_platforms:
|
|
||||||
- media_player
|
|
||||||
ha_integration_type: integration
|
|
||||||
related:
|
|
||||||
- docs: /docs/configuration/
|
|
||||||
title: Configuration file
|
|
||||||
---
|
|
||||||
|
|
||||||
The `ue_radio` {% term integration %} allows you to control a [Logitech UE Smart Radio](https://www.uesmartradio.com) 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 {% term "`configuration.yaml`" %} file.
|
|
||||||
{% include integrations/restart_ha_after_config_inclusion.md %}
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
# 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 %}
|
|
@ -610,6 +610,7 @@ layout: null
|
|||||||
/integrations/trackr /more-info/removed-integration 301
|
/integrations/trackr /more-info/removed-integration 301
|
||||||
/integrations/ubee /more-info/removed-integration 301
|
/integrations/ubee /more-info/removed-integration 301
|
||||||
/integrations/uber /more-info/removed-integration 301
|
/integrations/uber /more-info/removed-integration 301
|
||||||
|
/integrations/ue_smart_radio /more-info/removed-integration 301
|
||||||
/integrations/updater /more-info/removed-integration 301
|
/integrations/updater /more-info/removed-integration 301
|
||||||
/integrations/ups /more-info/removed-integration 301
|
/integrations/ups /more-info/removed-integration 301
|
||||||
/integrations/uscis /more-info/removed-integration 301
|
/integrations/uscis /more-info/removed-integration 301
|
||||||
|
Loading…
x
Reference in New Issue
Block a user