Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
gerard33 authored Mar 17, 2020
1 parent e6bc318 commit c8881fb
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-template.md
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.*

0 comments on commit c8881fb

Please sign in to comment.