forked from pblxptr/ecoNET-300-Home-Assistant-Integration
-
Notifications
You must be signed in to change notification settings - Fork 8
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 #65 from jontofront/updated-repository
Updated repository
- Loading branch information
Showing
9 changed files
with
133 additions
and
9 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,78 @@ | ||
name: Report an issue with Econet300 home assistant integration | ||
description: Report an issue with Econet300 home assistant integration. | ||
title: "[Bug]: " | ||
labels: ["bug", "triage"] | ||
assignees: | ||
- jontofront | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
This issue form is for reporting bugs only! | ||
If you have a feature or enhancement request, please use the feature request issue type. | ||
[feature request]: https://github.com/jontofront/ecoNET-300-Home-Assistant-Integration/issues/new/choose | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: The problem | ||
description: >- | ||
Describe the issue you are experiencing here, to communicate to the | ||
maintainers. Tell us what you were trying to do and what happened. | ||
Provide a clear and concise description of what the problem is. | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Environment | ||
- type: input | ||
id: tech_version | ||
validations: | ||
required: true | ||
attributes: | ||
label: What version of Tech Controllers integration has the issue? | ||
- type: input | ||
id: ha_version | ||
validations: | ||
required: true | ||
attributes: | ||
label: What version of Home Assistant Core has the issue? | ||
placeholder: core- | ||
description: > | ||
Can be found in: [Settings ⇒ System ⇒ Repairs ⇒ Three Dots in Upper Right ⇒ System information](https://my.home-assistant.io/redirect/system_health/). | ||
[![Open your Home Assistant instance and show the system information.](https://my.home-assistant.io/badges/system_health.svg)](https://my.home-assistant.io/redirect/system_health/) | ||
- type: input | ||
attributes: | ||
label: What was the last working version of Tech Controller integration? | ||
description: > | ||
If known, otherwise leave blank. | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# Details | ||
- type: textarea | ||
attributes: | ||
label: Diagnostics information | ||
placeholder: "drag-and-drop the diagnostics data file here (do not copy-and-paste the content)" | ||
description: >- | ||
Follow HA guide to [download diagnostic data](https://www.home-assistant.io/docs/configuration/troubleshooting/#debug-logs-and-diagnostics). | ||
**It would really help if you could download the diagnostics data for the device you are having issues with, | ||
and <ins>drag-and-drop that file into the textbox below.</ins>** | ||
It generally allows pinpointing defects and thus resolving issues faster. | ||
- type: textarea | ||
attributes: | ||
label: Anything in the logs that might be useful for us? | ||
description: For example, error message, or stack traces. | ||
render: text | ||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: > | ||
If you have any additional information for us, 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,30 @@ | ||
name: Request a feature from Econet300 home assistant integration | ||
description: Request a feature from Econet300 home assistant integration. | ||
title: "[Feat]: " | ||
labels: ["feature", "triage"] | ||
assignees: | ||
- jontofront | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
This issue form is for requesting new features only! | ||
If you have a bug report, please use the [bug report] issue type. | ||
[bug report]: https://github.com/jontofront/ecoNET-300-Home-Assistant-Integration/issues/new/choose | ||
- type: textarea | ||
validations: | ||
required: true | ||
attributes: | ||
label: The request | ||
description: >- | ||
Describe the feature you are requesting here, to communicate to the | ||
maintainers. | ||
A clear and concise description of what you want to happen. | ||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: > | ||
If you have any additional information, context, screenshots for us, 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
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
__pycache__ | ||
draft | ||
.idea/ | ||
.vscode/* | ||
.vscode/* | ||
.ruff_cache |
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
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
colorlog==6.7.0 | ||
homeassistant>=2024.3.0 | ||
ruff==0.4.3 | ||
colorlog==6.8.2 | ||
homeassistant>=2024.9.2 | ||
ruff==0.6.5 | ||
codespell==2.3.0 |