You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/media_player.braviatv.markdown
+17-18Lines changed: 17 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -33,44 +33,43 @@ Configuration variables:
33
33
- **host** (*Required*): The IP of the Sony Bravia TV, eg. 192.168.0.10
34
34
- **name** (*Optional*): The name to use on the frontend.
35
35
36
-
You are also able to configure the TV manually by placing a `bravia.conf` file in your `.homeassistant` config directory with the following information - please update the details to match your setup:
36
+
You are also able to configure the TV manually by placing a `bravia.conf` file in your [configuration directory](/docs/configuration/) with the following information - please update the details to match your setup:
value_template: {% raw %}'{{ value == "power status: on" }}{% endraw %}'
60
59
```
61
60
62
-
Using cec-client seems like a great method to turn your TV off/on, however the trade off is if you're using Kodi, it will no longer be able to control your TV using the TV Remote.
61
+
Using `cec-client` is a great method to turn your TV off/on, however the trade off is if you're using Kodi, it will no longer be able to control your TV using the TV Remote.
63
62
64
-
This is because only one process can control the CEC functionality within the Raspberry Pi at a time, and running the above commands terminates the functionality inside libCEC within Kodi. Kodi must be restarted for TV remove functionality to work again.
63
+
This is because only one process can control the CEC functionality within the Raspberry Pi at a time and running the above commands terminates the functionality inside libCEC within Kodi. Kodi must be restarted for TV remove functionality to work again.
65
64
66
65
**Workaround:**
67
66
68
67
If your desire is only to turn on your TV, the following "workaround" may be desirable:
69
68
70
-
Change the 'on' command to a restart for Kodi - this doesn't reboot the Kodi device.
69
+
Change the 'on' command to a restart for Kodi. This doesn't reboot the Kodi device.
71
70
72
71
Restarting Kodi will trigger a HDMI-CEC event to bring the TV out of standby. The following can replace your TV 'on' command.
0 commit comments