Merge pull request #1593 from Blackymas/dev

Lint
This commit is contained in:
Edward Firmo
2024-01-11 17:15:47 +01:00
committed by GitHub
8 changed files with 36 additions and 31 deletions

View File

@@ -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
...

View File

@@ -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.
...

View File

@@ -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."
...

View File

@@ -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."
...

View File

@@ -1,6 +1,7 @@
---
name: Validate YAML
# yamllint disable-line rule:truthy
on:
push:
pull_request:

View File

@@ -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
...

View File

@@ -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_**

View File

@@ -1,27 +1,23 @@
# Weather support
## Expected configuration
#### In Home Assistant Automation
The integration should be Accuweather and you weather entity selected<br>
![Screenshot 2023-01-30 214603](https://user-images.githubusercontent.com/123868814/215602716-60d92287-943f-465b-aac7-8b47795ef608.png)<br>
<br>
### In Home Assistant Automation
The integration should be Accuweather and you weather entity selected
![Screenshot 2023-01-30 214603](https://user-images.githubusercontent.com/123868814/215602716-60d92287-943f-465b-aac7-8b47795ef608.png)
#### Enable Accuweather forcasts
![Screenshot 2023-01-30 214638](https://user-images.githubusercontent.com/123868814/215602723-7732578b-3870-4c1a-baec-5ebee98b37ad.png)<br>
<br>
### Enable Accuweather forcasts
![Screenshot 2023-01-30 214638](https://user-images.githubusercontent.com/123868814/215602723-7732578b-3870-4c1a-baec-5ebee98b37ad.png)
#### Confirm source in Developer Tools States
In developer tools the weather entity should have the attribute 'attribution: Data provided by AccuWeather'<br>
![Screenshot 2023-01-30 214739](https://user-images.githubusercontent.com/123868814/215602730-87093a5d-1a67-460d-9a9c-27a93371ea82.png)<br>
<br>
<br>
### Confirm source in Developer Tools States
In developer tools the weather entity should have the attribute 'attribution: Data provided by AccuWeather'
![Screenshot 2023-01-30 214739](https://user-images.githubusercontent.com/123868814/215602730-87093a5d-1a67-460d-9a9c-27a93371ea82.png)
## 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