From 17bf903c31ae6103281ee0f95792a75bf81bf46b Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Wed, 30 Mar 2022 00:25:49 +0200 Subject: [PATCH] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 38 +--------------------------- 1 file changed, 1 insertion(+), 37 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bbe18cda1..0239d7ea4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,40 +4,4 @@ about: Create a report to help us improve --- -Make sure you are running the latest version of pyhomematic (and Home Assistant) before reporting an issue. - -_If you encounter the problem when using Home Assistant, please fill out the following information_ - -**Home Assistant version (if applicable):** -0.n.n - -**Problem-relevant `configuration.yaml` entries and steps to reproduce:** -```yaml - -``` - -Use the following configuration for debug-output of the related components: -```yaml -logs: - homeassistant.components.homematic: debug - pyhomematic: debug -``` - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Additional context** -Add any other context about the problem here. +The old integration based on pyhomematic is being deprecated. Please switch to the [new integration](https://github.com/danielperna84/custom_homematic), currently available as a custom component.