File: feature_request.yml

package info (click to toggle)
python-plugwise 1.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,248 kB
  • sloc: xml: 92,898; python: 5,404; sh: 324; makefile: 2
file content (120 lines) | stat: -rw-r--r-- 4,732 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
name: Feature request
description: Suggest an idea for this project.
title: "[FEATURE]: "
labels: ["enhancement"]
body:
  - type: markdown
    attributes:
      value: |
        This issue form is for requesting features. Please note that we are
        not affiliated to Plugwise nor Nabu Casa and just humble developers
        supporting Plugwise hardware to work via this module with Home Assistant.

        While the module is not exclusive to Home Assistant, it's written with
        Home Assistant in mind, nevertheless it was written in e generic way and
        provides proper functionality to any python based integration.

        If you have a problem, please use the appropriate [issue template][it].

        [it]: https://github.com/plugwise/python-plugwise/issues/new/choose
  - type: textarea
    validations:
      required: true
    attributes:
      label: Describe the solution you are looking for
      description: >-
        A clear and concise description of any alternative solutions or features you've considered.
  - type: textarea
    validations:
      required: false
    attributes:
      label: Is your feature request related to a problem? (optional)
      description: >-
        A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
  - type: textarea
    validations:
      required: true
    attributes:
      label: Describe alternatives you've considered
      description: >-
        A clear and concise description of any alternative solutions or features you've considered.
  - type: markdown
    attributes:
      value: |
        # Your setup
  - type: dropdown
    validations:
      required: true
    attributes:
      label: What type of installation are you running?
      description: >
        Can be found in: [Configuration panel -> Info](https://my.home-assistant.io/redirect/info/). **If not using Home Assistant, provide information on what you integrated with.**

        When selecting `Core`: remember to specify your way of running in the `additional information` textarea at the bottom, including your python version!

        [![Open your Home Assistant instance and show your Home Assistant version information.](https://my.home-assistant.io/badges/info.svg)](https://my.home-assistant.io/redirect/info/)
      options:
        - Home Assistant OS
        - Home Assistant Container
        - Home Assistant Supervised
        - Home Assistant Core
        - Other tool(ing) (i.e. not Home Assistant)
  - type: dropdown
    validations:
      required: true
    attributes:
      label: How did you install python-plugwise (or `plugwise`) for short
      description: >
        If you are a Home Assistant user and are not aware of anything special, choose `Home Assistant Core`.
      options:
        - Other use (installed using `pip`)
        - Other use (cloned from Github)
        - Home Assistant Core
        - HA using HACS
        - HA using Manually installed `custom_component`
        - Cloned from GitHub
  - type: markdown
    attributes:
      value: |
        # Plugwise Information
  - type: dropdown
    validations:
      required: true
    attributes:
      label: What kind of Plugwise device is having issues?
      description: >
        Select the best possible option (i.e. for issues with a Lisa or Tom, select Adam, etc.)
      options:
        - "Smile: Adam (including Lisa, Tom, Floor)"
        - "Smile: Anna"
        - "Smile: P1"
        - "Smile: Stretch"
        - "Other product (we might not (yet) know of it's existence!)"
  - type: input
    validations:
      required: true
    attributes:
      label: What firmware version is your Plugwise product at?
      placeholder: core-
      description: >
        If not using Home Assistant or unsure, please check the Plugwise mobile app.

        Check within Home Assistant by following the below link to your integrations page. You can find your firmware version on the device page. Otherwise check the Plugwise mobile app.

        [![Open your Home Assistant instance and show the integration page.](https://my.home-assistant.io/badges/integrations.svg)](https://my.home-assistant.io/redirect/integrations/)
  - type: textarea
    validations:
      required: true
    attributes:
      label: Your setup
      description: >
        What additional components do you have such as Anna, Lisa, Koen, Floor, Tom, etc. - what kind of auxiliary devices as boilers/heaters/heat-exchangers
  - type: markdown
    attributes:
      value: |
        # Additional information
  - type: textarea
    attributes:
      label: Additional context
      description: >
        Add any other context or screenshots about the feature request here.