diff --git a/source/_integrations/braviatv.markdown b/source/_integrations/braviatv.markdown index ce4aaf194e2..f02658fd974 100644 --- a/source/_integrations/braviatv.markdown +++ b/source/_integrations/braviatv.markdown @@ -14,17 +14,46 @@ ha_config_flow: true The `braviatv` platform allows you to control a [Sony Bravia TV](https://www.sony.com/). -Almost all [Sony Bravia TV 2013 and newer](https://info.tvsideview.sony.net/en_ww/home_device.html#bravia) are supported. A more generic method for older TVs connected to a Raspberry Pi with HDMI-CEC is explained further below. +Almost all [Sony Bravia TV 2013 and newer](https://info.tvsideview.sony.net/en_ww/home_device.html#bravia) are supported. A more generic method for older TVs connected to a Raspberry Pi with HDMI-CEC is explained further [below](#For-TVs-older-than-2013). + +## Configuration You can setup the Sony Bravia TV via **Configuration** >> **Integrations** in the UI, click the button with `+` sign and from the list of integrations select Sony Bravia TV. -If you have following configuration in your `configuration.yaml` file it will be imported to the Integrations: +## Common Issues + +### Previous Configurations + +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. +- Retry [configuration](###Setup-via-the-User-Interface). + +### TV does not generate new pin: + +If you have previously set up your TV with any Home Assistant instances, you must remove Home Assistant from your TV in order for your TV to generate a new pin. To do this, you must do **one** of the following: + +- On your TV, go to: **Settings** -> **Network** -> **Remote device settings** -> **Deregister remote device**. 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 + +