Remove information about YAML configuration for Sony Bravia TV (#18281)

This commit is contained in:
Maciej Bieniek 2021-06-24 11:10:55 +02:00 committed by GitHub
parent 56f929d56c
commit eb7b732567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,6 @@ Almost all [Sony Bravia TV 2013 and newer](https://info.tvsideview.sony.net/en_w
To ensure a clean re-configuration, please perform the following steps:
- Ensure that all braviatv entries in `configuration.yaml` have been removed and `bravia.conf` does not exist in your `.homeassistant` folder.
- Remove the entities you are reconfiguring from Home Assistant.
- Restart Home Assistant.
- Perform the [TV does not generate new pin](#tv-does-not-generate-new-pin) steps.
@ -40,35 +39,6 @@ If you have previously set up your TV with any Home Assistant instances, you mus
- On your TV, go to: **Settings** -> **Network** -> **Remote device settings** -> **Deregister remote device**. Disable and re-enable the **Control remotely** after. Menu titles may differ slightly between models. If needed, refer to your specific model's [manual](https://www.sony.com/electronics/support/manuals) for additional guidiance.
- Reset your TV to factory condition.
## Configuration using YAML
<div class='note warning'>
New setups via `configuration.yaml` file are currently not supported.
</div>
If you are updating from a previous version of Home Assistant and have the following configuration in your `configuration.yaml` file in addition to a `bravia.conf` file it will be imported to the Integrations:
```yaml
# Example configuration.yaml entry
media_player:
- platform: braviatv
host: IP_ADDRESS
```
{% configuration %}
host:
description: The IP of the Sony Bravia TV, e.g., 192.168.0.10
required: true
type: string
name:
description: The name to use on the frontend.
required: false
default: Sony Bravia TV
type: string
{% endconfiguration %}
## Remote
When the integration is configured, two entities will be created: a `media_player` and a `remote`. The remote allows you to send key commands to your TV with the `remote.send_command` service.