home-assistant.io/source/_integrations/russound_rio.markdown
c0ffeeca7 7bf775c88b
p-r integrations: apply sentence-style caps to categories (#29905)
* p-r integrations: apply sentence-style caps to categories

* Apply suggestions from code review

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2023-11-19 14:03:58 +01:00

1.1 KiB

title, description, ha_category, ha_release, ha_iot_class, ha_domain, ha_platforms, ha_integration_type
title description ha_category ha_release ha_iot_class ha_domain ha_platforms ha_integration_type
Russound RIO Instructions on how to integrate Russound RIO devices into Home Assistant.
Media player
0.49 Local Push russound_rio
media_player
integration

The russound_rio platform allows you to control Russound devices that make use of the RIO protocol.

The platform automatically discovers all enabled zones and sources. Each zone is added as a media player device with the enabled sources available as inputs. Media information is supported if the selected source reports it.

To add a device to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
media_player:
  - platform: russound_rio
    host: 192.168.1.10
    name: Russound

{% configuration %} host: description: The IP of the TCP gateway. required: true type: string port: description: The port of the TCP gateway. required: false default: 9621 type: integer name: description: The name of the device. required: true type: string {% endconfiguration %}