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: README.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,32 @@ Before installing, make sure your TV is configured:
72
72
<imgsrc="https://raw.githubusercontent.com/cmos486/Bravia-REST-API/main/images/integration_installed.jpg"alt="Integration installed in Home Assistant"width="600"/>
73
73
</p>
74
74
75
+
### Excluded Sources
76
+
77
+
Optionally hide specific apps or inputs from the source list dropdown. Excluded sources
78
+
are still launchable via the `bravia_rest_api.open_app` service and remain visible in the
79
+
`installed_apps` attribute.
80
+
81
+
**Option A: UI (Options Flow)**
82
+
83
+
1. Go to **Settings > Devices & Services > Bravia REST API**
84
+
2. Click **Configure**
85
+
3. Select the sources you want to exclude from the dropdown
86
+
4. Click **Submit**
87
+
88
+
> If the TV is off when you open the options, a text field is shown instead — enter one source name per line.
89
+
90
+
**Option B: YAML**
91
+
92
+
```yaml
93
+
bravia_rest_api:
94
+
excluded_sources:
95
+
- "Timers & Clock"
96
+
- "Eco Dashboard"
97
+
```
98
+
99
+
> If both UI and YAML are configured, the UI selection takes priority.
0 commit comments