Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
basbruss committed Nov 2, 2023
2 parents 1a2f0b9 + 72f6f39 commit 846e1ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
ruby-version: 2.7
bundler-cache: true
- name: "\U0001F680 Run pre-commit"
uses: "pre-commit/action@v3"
uses: "pre-commit/action@v3.0.0"
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ custom_card_paddy_waste_collection:
- border: "2px solid var(--card-background-color)"
- font-size: "12px"
- line-height: "14px"
- z-index: "1"
- background-color: >
[[[
return "rgba(var(--color-red),1)";
Expand All @@ -38,6 +39,7 @@ custom_card_paddy_waste_collection:
- border: "2px solid var(--card-background-color)"
- font-size: "12px"
- line-height: "14px"
- z-index: "1"
- background-color: >
[[[
return "rgba(var(--color-red),1)";
Expand All @@ -55,6 +57,7 @@ custom_card_paddy_waste_collection:
- border: "2px solid var(--card-background-color)"
- font-size: "12px"
- line-height: "14px"
- z-index: "1"
- background-color: >
[[[
return "rgba(var(--color-red),1)";
Expand Down
2 changes: 1 addition & 1 deletion docs/troubleshooting/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ This is done by:

2. First make sure your configuration file has the setting:
```yaml
lovalace:
lovelace:
mode: storage
```
3. In case it still shows that error. go to `https://homeassistant.local/config/system_health` and search for what is under: Dashboard -> Mode. if that is on `auto-gen`.
Expand Down

0 comments on commit 846e1ce

Please sign in to comment.