-
-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #286 from PiotrMachowski/dev
v2.2.0
- Loading branch information
Showing
32 changed files
with
1,145 additions
and
357 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,100 @@ | ||
name: Report an issue with Xiaomi Cloud Map Extractor | ||
description: Report an issue with Xiaomi Cloud Map Extractor. | ||
labels: bug | ||
assignees: 'PiotrMachowski' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
This issue form is for reporting bugs only! | ||
If you have a question, feature or enhancement request, please use the dedicated form. | ||
- type: checkboxes | ||
id: checklist | ||
attributes: | ||
label: Checklist | ||
options: | ||
- label: I have updated the integration to the latest version available | ||
required: true | ||
- label: I have checked if the problem is already reported | ||
required: true | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: The problem | ||
description: >- | ||
Describe the issue you are experiencing here. | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Environment | ||
- type: input | ||
id: bug-version | ||
validations: | ||
required: true | ||
attributes: | ||
label: What version of am integration has described problem? | ||
placeholder: vX.X.X | ||
- type: input | ||
id: last-working-version | ||
validations: | ||
required: false | ||
attributes: | ||
label: What was the last working version of an integration? | ||
placeholder: vX.X.X | ||
description: > | ||
If known, otherwise leave blank. | ||
- type: input | ||
id: vacuum-model | ||
validations: | ||
required: true | ||
attributes: | ||
label: What vacuum model do you have problems with? | ||
placeholder: roborock.vacuum.s5e | ||
- type: input | ||
id: ha-version | ||
validations: | ||
required: true | ||
attributes: | ||
label: What version of Home Assistant do you use? | ||
placeholder: core- | ||
description: > | ||
Can be found in: [Configuration panel -> Info](https://my.home-assistant.io/redirect/info/). | ||
[![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/) | ||
- 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/). | ||
[![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 | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# Details | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Camera's configuration | ||
description: | | ||
Please provide camera's YAML configuration to help with problem reproduction. | ||
render: yaml | ||
- type: textarea | ||
attributes: | ||
label: Errors shown in the HA logs (if applicable) | ||
render: shell | ||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: > | ||
If you have any additional information, use the field below. |
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,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Ask a question/open a discussion | ||
url: https://github.com/PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor/discussions | ||
about: To ask a question or open a discussion please use a dedicated section. | ||
- name: Report a bug in the map card (Lovelace Vacuum Map card) | ||
url: https://github.com/PiotrMachowski/lovelace-xiaomi-vacuum-map-card/issues | ||
about: This is the issue tracker for the Map Extractor. Please report issues with the card in its repository. |
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,39 @@ | ||
name: Request a feature in Xiaomi Cloud Map Extractor | ||
description: Request a feature in Xiaomi Cloud Map Extractor | ||
labels: enhancement | ||
assignees: 'PiotrMachowski' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
This issue form is for feature requests or enhancements only! | ||
If you have a bug or a question, please use the dedicated form. | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Description | ||
description: >- | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: Solution | ||
description: >- | ||
A clear and concise description of what you want to happen. | ||
- type: textarea | ||
validations: | ||
required: false | ||
attributes: | ||
label: Alternatives | ||
description: >- | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
- type: textarea | ||
validations: | ||
required: false | ||
attributes: | ||
label: Context | ||
description: >- | ||
Add any other context about the feature request here. |
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,54 @@ | ||
name: Request support for a new vacuum/platform | ||
description: Request support for a new vacuum/platform | ||
labels: | ||
- new platform | ||
- enhancement | ||
assignees: 'PiotrMachowski' | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Using this form you can create a request for a new supported vacuum/platform. | ||
- type: checkboxes | ||
id: checklist | ||
attributes: | ||
label: Checklist | ||
options: | ||
- label: I have updated the integration to the latest version available | ||
required: true | ||
- label: I have checked if the vacuum/platform is already requested | ||
required: true | ||
- label: I have sent raw map file to `piotr.machowski.dev [at] gmail.com` ([Retrieving map](https://github.com/PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor#retrieving-map); please provide your GitHub username in the email) | ||
required: false | ||
- type: input | ||
id: vacuum-model | ||
validations: | ||
required: true | ||
attributes: | ||
label: What vacuum model do you want to be supported? | ||
placeholder: roborock.vacuum.s5e | ||
- type: input | ||
id: vacuum-model | ||
validations: | ||
required: true | ||
attributes: | ||
label: What is its name? | ||
placeholder: Roborock S5 Max | ||
- type: checkboxes | ||
id: available-apis | ||
attributes: | ||
label: Available APIs | ||
description: >- | ||
Please check if map appears when you use following APIs in `force_api` config | ||
options: | ||
- label: `xiaomi` | ||
- label: `viomi` | ||
- label: `roidmi` | ||
- label: `dreame` | ||
- type: textarea | ||
attributes: | ||
label: Errors shown in the HA logs (if applicable) | ||
render: shell | ||
- type: textarea | ||
attributes: | ||
label: Other info |
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
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
Oops, something went wrong.