Remove UE Smart Radio integration (#33960)

This commit is contained in:
Andrew Jackson 2024-07-29 11:52:53 +01:00 committed by GitHub
parent d16618d503
commit b98aef96ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 39 deletions

View File

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

View File

@ -610,6 +610,7 @@ layout: null
/integrations/trackr /more-info/removed-integration 301
/integrations/ubee /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/ups /more-info/removed-integration 301
/integrations/uscis /more-info/removed-integration 301