2
.github/ISSUE_TEMPLATE/bug.yml
vendored
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -1,3 +1,4 @@
|
||||
---
|
||||
name: Bug Report
|
||||
description: |
|
||||
We aim to keep everything running smoothly.
|
||||
@@ -133,3 +134,4 @@ body:
|
||||
render: logs
|
||||
validations:
|
||||
required: false
|
||||
...
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,3 +1,4 @@
|
||||
---
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Troubleshooting TFT transfer
|
||||
@@ -6,3 +7,4 @@ contact_links:
|
||||
- name: Getting Started with NSPanel HA Blueprint
|
||||
url: https://github.com/Blackymas/NSPanel_HA_Blueprint/blob/main/docs/install.md
|
||||
about: This is the starting poing for installing a new NSPanel HA Blueprint.
|
||||
...
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
2
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
@@ -1,3 +1,4 @@
|
||||
---
|
||||
name: Enhancement Request
|
||||
description: Suggest an idea for this project
|
||||
title: "`ENHANCEMENT` "
|
||||
@@ -28,3 +29,4 @@ body:
|
||||
label: Additional Context
|
||||
description: "Provide any additional context or screenshots that might help us understand the enhancement better."
|
||||
placeholder: "Add any other context or screenshots about the enhancement request here."
|
||||
...
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/question.yml
vendored
2
.github/ISSUE_TEMPLATE/question.yml
vendored
@@ -1,3 +1,4 @@
|
||||
---
|
||||
name: Question
|
||||
description: Ask a question about this project
|
||||
title: "`QUESTION` "
|
||||
@@ -20,3 +21,4 @@ body:
|
||||
label: Additional Details
|
||||
description: Provide any additional details or context for your question.
|
||||
placeholder: "Add any more details about your question here."
|
||||
...
|
||||
|
||||
1
.github/workflows/validate_yamllint.yml
vendored
1
.github/workflows/validate_yamllint.yml
vendored
@@ -1,6 +1,7 @@
|
||||
---
|
||||
name: Validate YAML
|
||||
|
||||
# yamllint disable-line rule:truthy
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
# https://yamllint.readthedocs.io/en/stable/configuration.html#default-configuration
|
||||
---
|
||||
|
||||
yaml-files:
|
||||
- '*.yaml'
|
||||
- '*.yml'
|
||||
@@ -40,3 +39,4 @@ rules:
|
||||
trailing-spaces: enable
|
||||
truthy:
|
||||
level: warning
|
||||
...
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
# Manuals:
|
||||
### Setup
|
||||
## Setup
|
||||
- [First Steps | Installation and Setup](install.md)
|
||||
- [Blueprint | Setup and explanation of the Blueprint](blueprint.md)
|
||||
- [HowTo | All important things you should know](howto.md)
|
||||
### Common issues
|
||||
|
||||
## Common issues
|
||||
- [Common Issues | TFT Upload](tft_upload.md)
|
||||
- [Common Issues | Stuck on Initializing](error_initializing.md)
|
||||
- [Common Issues | AccuWeather Setup & Blank weather pages](weather.md)
|
||||
### Advanced settings
|
||||
|
||||
## Advanced settings
|
||||
- [Customization](customization.md)
|
||||
- [Add-on climate](addon_climate.md)
|
||||
- [Alarm Control Panel](alarm.md)
|
||||
|
||||
|
||||
|
||||
# Setup and overview videos:
|
||||
## Setup and overview videos:
|
||||
- **_[Overview and features](https://www.youtube.com/watch?v=b7vW4YtUaTs) - Mark Watt Tech_**
|
||||
- **_[How to setup](https://www.youtube.com/watch?v=jpSTA_ILB8g) - Mark Watt Tech_**
|
||||
- **_[(DE) Einrichtungs und konfigurations video](https://www.youtube.com/watch?v=3afPFg6kUdc) - SmartHome yourself_**
|
||||
|
||||
@@ -1,27 +1,23 @@
|
||||
# Weather support
|
||||
|
||||
## Expected configuration
|
||||
|
||||
#### In Home Assistant Automation
|
||||
The integration should be Accuweather and you weather entity selected<br>
|
||||
<br>
|
||||
<br>
|
||||
### In Home Assistant Automation
|
||||
The integration should be Accuweather and you weather entity selected
|
||||

|
||||
|
||||
#### Enable Accuweather forcasts
|
||||
<br>
|
||||
<br>
|
||||
### Enable Accuweather forcasts
|
||||

|
||||
|
||||
#### Confirm source in Developer Tools States
|
||||
In developer tools the weather entity should have the attribute 'attribution: Data provided by AccuWeather'<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<br>
|
||||
### Confirm source in Developer Tools States
|
||||
In developer tools the weather entity should have the attribute 'attribution: Data provided by AccuWeather'
|
||||

|
||||
|
||||
## If you are still having issues
|
||||
Its likely you weather integrations are clashing. 1 method we have found to resolve this is to delete ALL weather integrations and just re add Accuweather - Be aware you will lose your existing weather integrations and any associated data / entities.
|
||||
|
||||
#### 1. Delete the Standard and AccuWeather integrations
|
||||
|
||||
#### 2. Add Accuweather & Enable forcasts
|
||||
|
||||
#### 3. Set the Weather entity in the Automation
|
||||
Its likely you weather integrations are clashing.
|
||||
A method we have found to resolve this is to delete ALL weather integrations and just re-add Accuweather.
|
||||
Be aware you will lose your existing weather integrations and any associated data / entities.
|
||||
|
||||
1. Delete the Standard and AccuWeather integrations
|
||||
2. Add Accuweather & Enable forcasts
|
||||
3. Set the Weather entity in the Automation
|
||||
|
||||
Reference in New Issue
Block a user