Date: Mon, 11 Sep 2023 18:18:39 +0200
Subject: [PATCH 08/10] Allow user to theme all cover states in tile card and
more info. (#17898)
---
.../components/cover/ha-more-info-cover-position.ts | 7 ++++---
.../components/cover/ha-more-info-cover-tilt-position.ts | 7 ++++---
.../tile-features/hui-cover-position-tile-feature.ts | 6 ++++--
.../tile-features/hui-cover-tilt-position-tile-feature.ts | 6 ++++--
4 files changed, 16 insertions(+), 10 deletions(-)
diff --git a/src/dialogs/more-info/components/cover/ha-more-info-cover-position.ts b/src/dialogs/more-info/components/cover/ha-more-info-cover-position.ts
index 702a74c9e3..e1dfeb91c5 100644
--- a/src/dialogs/more-info/components/cover/ha-more-info-cover-position.ts
+++ b/src/dialogs/more-info/components/cover/ha-more-info-cover-position.ts
@@ -35,9 +35,8 @@ export class HaMoreInfoCoverPosition extends LitElement {
}
protected render(): TemplateResult {
- const forcedState = this.stateObj.state === "closed" ? "open" : undefined;
-
- const color = stateColorCss(this.stateObj, forcedState);
+ const openColor = stateColorCss(this.stateObj, "open");
+ const color = stateColorCss(this.stateObj);
return html`
Date: Mon, 11 Sep 2023 18:19:34 +0200
Subject: [PATCH 09/10] Bumped version to 20230911.0
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 70deb3d20a..9c1358d48c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "home-assistant-frontend"
-version = "20230908.0"
+version = "20230911.0"
license = {text = "Apache-2.0"}
description = "The Home Assistant frontend"
readme = "README.md"
From cf27e68748d8e626e4e5c283aab4bb87ca6d4649 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 11 Sep 2023 12:24:36 -0400
Subject: [PATCH 10/10] Bump actions/cache from 3.3.1 to 3.3.2 (#17892)
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.3.1...v3.3.2)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/ci.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 3f50969585..8a0bb9007a 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -37,7 +37,7 @@ jobs:
- name: Build resources
run: ./node_modules/.bin/gulp gen-icons-json build-translations build-locale-data gather-gallery-pages
- name: Setup lint cache
- uses: actions/cache@v3.3.1
+ uses: actions/cache@v3.3.2
with:
path: |
node_modules/.cache/prettier