-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
name: Issue template | ||
about: Describe this issue here | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the issue** | ||
A clear and concise description of what the issue is. | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Home Assistant version** | ||
Which Home Assistant version are you using. And did it work on a previous version, if so what was the last working version. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Your config.yaml** | ||
```yaml | ||
media_player: | ||
- platform: braviatv_psk | ||
host: 192.168.1.101 | ||
psk: sony | ||
mac: AA:BB:CC:DD:EE:FF | ||
amp: True | ||
android: True | ||
sourcefilter: | ||
- ' HD' | ||
- HDMI | ||
time_format: 12H | ||
name: MyBraviaTV | ||
```` | ||
|
||
**Output of HA logs** | ||
Paste the relavant output of the HA log here. | ||
|
||
*NOTE: It might take me a while to respond on GitHub (I only maintain this in my free time), but I will respond.* |