Skip to content

Commit

Permalink
Merge branch 'release/v1.2.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Jan 1, 2020
2 parents 8b2333f + 3516eb2 commit 78b7f0d
Show file tree
Hide file tree
Showing 11 changed files with 83 additions and 30 deletions.
@@ -1,6 +1,9 @@
---
name: Issue
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: ''

---

Expand All @@ -14,29 +17,47 @@ Issues not containing the minimum requirements will be closed:
-->

## Version of the custom_component
**Version of the custom_component**
<!-- If you are not using the newest version, download and try that before opening an issue
If you are unsure about the version check the __init__.py file.
-->

## Configuration

**Configuration**
```yaml

Add your configs here.

```

## Describe the bug
**Describe the bug**

A clear and concise description of what the bug is.

**To Reproduce**

## Debug log
If applicable, describe the steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

<!-- To enable debug logs check this https://www.home-assistant.io/components/logger/ -->
**Expected behavior**

A clear and concise description of what you expected to happen.

**Screenshots**

If applicable, add screenshots to help explain your problem.


**Debug log**
<!-- To enable debug logs check this https://www.home-assistant.io/components/logger/ -->
```text
Add your logs here.
```
```

**Additional context**

Add any other context about the problem here.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,8 @@
blank_issues_enabled: false
#contact_links:
# - name: GitHub Community Forum
# url: https://github.community/
# about: Please ask and answer questions here.
# - name: GitHub Security Bug Bounty
# url: https://bounty.github.com/
# about: Please report security vulnerabilities here.
9 changes: 8 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
@@ -1,17 +1,24 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: 'enhancement'
assignees: ''

---

**Is your feature request related to a problem? Please describe.**

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**

A clear and concise description of what you want to happen.

**Describe alternatives you've considered**

A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

Add any other context or screenshots about the feature request here.
13 changes: 13 additions & 0 deletions .github/no-response.yml
@@ -0,0 +1,13 @@
# Configuration for probot-no-response - https://github.com/probot/no-response

# Number of days of inactivity before an Issue is closed for lack of response
daysUntilClose: 14
# Label requiring a response
responseRequiredLabel: more-information-needed
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
closeComment: >
This issue has been automatically closed because there has been no response
to our request for more information from the original author. With only the
information that is currently in the issue, we don't have enough information
to take action. Please reach out if you have or find the answers we need so
that we can investigate further.
26 changes: 15 additions & 11 deletions .github/settings.yml
Expand Up @@ -9,15 +9,19 @@ repository:
allow_merge_commit: false
allow_rebase_merge: false
labels:
- name: "Feature Request"
color: "fbca04"
- name: "Bug"
color: "b60205"
- name: "Wont Fix"
- name: "enhancement"
color: "a2eeef"
- name: "bug"
color: "d73a4a"
- name: "wontfix"
color: "ffffff"
- name: "Enhancement"
color: a2eeef
- name: "Documentation"
color: "008672"
- name: "Stale"
color: "930191"
- name: "documentation"
color: "0075ca"
- name: "stale"
color: "930191"
- name: "duplicate"
color: "cfd3d7"
- name: "invalid"
color: "e4e669"
- name: "more-information-needed"
color: "dd9c2c"
4 changes: 2 additions & 2 deletions .github/stale.yml
@@ -1,13 +1,13 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 14
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
#daysUntilClose: 7
# Issues with these labels will never be considered stale
#exemptLabels:
# - pinned
# - security
# Label to use when marking an issue as stale
staleLabel: Stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >-
This issue has been automatically marked as stale because it has not had
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -24,8 +24,8 @@ In short, when you submit code changes, your submissions are understood to be un

## Report bugs using Github's [issues](../../issues)

GitHub issues are used to track public bugs.
Report a bug by [opening a new issue](../../issues/new/choose); it's that easy!
GitHub issues are used to track public bugs.
Report a bug by [opening a new issue](../../issues/new?template=bug_report.md); it's that easy!

## Write bug reports with detail, background, and sample code

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -54,7 +54,7 @@ I put a lot of work into making this repo and component available and updated to
<a href="https://www.patreon.com/join/limych?" target="_blank"><img src="http://khrolenok.ru/support_patreon.png" alt="Patreon" width="250" height="48"></a>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=UAGFL5L6M8RN2&item_name=[car_wash]+Donation+for+a+big+barrel+of+coffee+:)&currency_code=EUR&source=url" target="_blank"><img src="http://khrolenok.ru/support_paypal.png" alt="PayPal" width="250" height="48"></a>
<br>or&nbsp;support via Bitcoin or Etherium:<br>
<a href="bitcoin:16yfCfz9dZ8y8yuSwBFVfiAa3CNYdMh7Ts" target="_blank"><img src="http://khrolenok.ru/support_bitcoin.png" alt="Bitcoin" width="150"><br>
<a href="https://sochain.com/a/mjz640g" target="_blank"><img src="http://khrolenok.ru/support_bitcoin.png" alt="Bitcoin" width="150"><br>
16yfCfz9dZ8y8yuSwBFVfiAa3CNYdMh7Ts</a>
</p>

Expand All @@ -68,7 +68,7 @@ I put a lot of work into making this repo and component available and updated to
_(string) (Optional)_\
Name to use in the frontend.\
_Default value: 'Car Wash'_

**days:**\
_(integer) (Optional)_\
The number of days how far forward the sensor looks for the weather forecast.\
Expand Down
2 changes: 1 addition & 1 deletion custom_components/car_wash/binary_sensor.py
Expand Up @@ -30,7 +30,7 @@
_LOGGER = logging.getLogger(__name__)

# Base component constants
VERSION = '1.2.8'
VERSION = '1.2.9'
ISSUE_URL = "https://github.com/Limych/ha-car_wash/issues"

CONF_WEATHER = 'weather'
Expand Down
4 changes: 2 additions & 2 deletions info.md
Expand Up @@ -12,7 +12,7 @@ This component checks the weather forecast for several days in advance and concl

- [Documentation](https://github.com/Limych/ha-car_wash)
- [Configuration](https://github.com/Limych/ha-car_wash#configuration-variables)
- [Report a Bug](https://github.com/Limych/ha-car_wash/issues/new?template=issue.md)
- [Report a Bug](https://github.com/Limych/ha-car_wash/issues/new?template=bug_report.md)
- [Suggest an idea](https://github.com/Limych/ha-car_wash/issues/new?template=feature_request.md)

<p align="center">* * *</p>
Expand All @@ -21,6 +21,6 @@ I put a lot of work into making this repo and component available and updated to
<a href="https://www.patreon.com/join/limych?" target="_blank"><img src="http://khrolenok.ru/support_patreon.png" alt="Patreon" width="250" height="48"></a>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=UAGFL5L6M8RN2&item_name=[car_wash]+Donation+for+a+big+barrel+of+coffee+:)&currency_code=EUR&source=url" target="_blank"><img src="http://khrolenok.ru/support_paypal.png" alt="PayPal" width="250" height="48"></a>
<br>or&nbsp;support via Bitcoin or Etherium:<br>
<a href="bitcoin:16yfCfz9dZ8y8yuSwBFVfiAa3CNYdMh7Ts" target="_blank"><img src="http://khrolenok.ru/support_bitcoin.png" alt="Bitcoin" width="150"><br>
<a href="https://sochain.com/a/mjz640g" target="_blank"><img src="http://khrolenok.ru/support_bitcoin.png" alt="Bitcoin" width="150"><br>
16yfCfz9dZ8y8yuSwBFVfiAa3CNYdMh7Ts</a>
</p>
2 changes: 1 addition & 1 deletion tracker.json
@@ -1,6 +1,6 @@
{
"car_wash": {
"version": "1.2.8",
"version": "1.2.9",
"local_location": "/custom_components/car_wash/__init__.py",
"remote_location": "https://raw.githubusercontent.com/Limych/ha-car_wash/master/custom_components/car_wash/__init__.py",
"visit_repo": "https://github.com/Limych/ha-car_wash",
Expand Down

0 comments on commit 78b7f0d

Please sign in to comment.