From b81ca9cb8bb9603eaf1a8abae54378284d35b8d0 Mon Sep 17 00:00:00 2001 From: wilbiev Date: Sat, 28 Dec 2024 08:13:19 +0000 Subject: [PATCH 1/4] Fix custom_card_mpse_printer --- .../custom_card_mpse_printer/custom_card_mpse_printer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_cards/custom_card_mpse_printer/custom_card_mpse_printer.yaml b/custom_cards/custom_card_mpse_printer/custom_card_mpse_printer.yaml index 56fad13d0..b7e08eb19 100644 --- a/custom_cards/custom_card_mpse_printer/custom_card_mpse_printer.yaml +++ b/custom_cards/custom_card_mpse_printer/custom_card_mpse_printer.yaml @@ -192,7 +192,7 @@ custom_card_mpse_printer: display: flex; color: grey; } - bar-card-background{ + bar-card-background{ margin: 4px 0 4px 0 !important; text-align: initial; } From 52966d258e332a4cc2691dcafdd26901c888fbf7 Mon Sep 17 00:00:00 2001 From: wilbiev Date: Sat, 28 Dec 2024 08:31:19 +0000 Subject: [PATCH 2/4] Change version number --- custom_components/ui_lovelace_minimalist/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/ui_lovelace_minimalist/manifest.json b/custom_components/ui_lovelace_minimalist/manifest.json index 0aa0e891c..6f3c39fe5 100644 --- a/custom_components/ui_lovelace_minimalist/manifest.json +++ b/custom_components/ui_lovelace_minimalist/manifest.json @@ -17,5 +17,5 @@ "aiofiles>=0.8.0", "aiogithubapi>=22.2.4" ], - "version": "v1.3.11" + "version": "v1.3.14" } From 224a8758c75fb6bc66e028ee401379508985b1fb Mon Sep 17 00:00:00 2001 From: wilbiev Date: Sat, 28 Dec 2024 10:19:42 +0000 Subject: [PATCH 3/4] Fix HACS validate --- .github/workflows/hacs-validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hacs-validate.yml b/.github/workflows/hacs-validate.yml index d2986cfa9..335075e94 100644 --- a/.github/workflows/hacs-validate.yml +++ b/.github/workflows/hacs-validate.yml @@ -2,7 +2,7 @@ name: "HACS validate" on: - pull_request: + push: branches: ["main"] schedule: - cron: "0 0 * * *" From 9dd7a0f507ba5ff16dab31e5528a37f50b9ba874 Mon Sep 17 00:00:00 2001 From: wilbiev Date: Sat, 28 Dec 2024 10:23:07 +0000 Subject: [PATCH 4/4] Test HACS validate --- .github/workflows/hacs-validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hacs-validate.yml b/.github/workflows/hacs-validate.yml index 335075e94..d2986cfa9 100644 --- a/.github/workflows/hacs-validate.yml +++ b/.github/workflows/hacs-validate.yml @@ -2,7 +2,7 @@ name: "HACS validate" on: - push: + pull_request: branches: ["main"] schedule: - cron: "0 0 * * *"