From f0a817fff6b37a65a5c6c400e2468e122a404b85 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Sun, 14 Jan 2024 23:15:35 +0100 Subject: [PATCH] Removed unnecessary code and prepared release notes (draft) --- ReleaseNotes.md | 10 ++++++++++ nspanel_blueprint.yaml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 7a21951..bdd5765 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -320,6 +320,15 @@ ensuring smoother light control from your panel. - **Updated Documentation**: Enhanced our update instructions to include a "Clean Build Files" step, providing clearer guidance for a more efficient update process. +## Patch v4.2.2 +TEXT TO BE ADDED LATER + +### Overview of Changes +| Change | Criticality | Affected Components | +| :-- | :--: | :--: | +| Add ISO8601 date formatting as an option (#1610) | Enhancement | `Blueprint` | +`Documentation` | + ## What's Next? Discover what's next and what we are working on right now in our [Milestones](https://github.com/Blackymas/NSPanel_HA_Blueprint/milestones?direction=asc&sort=title&state=open) @@ -334,6 +343,7 @@ Discover what's next and what we are working on right now in our [Milestones](ht - @andythomas: - Allow to set upper and lower set points for embedded thermostat, #1573 - Bugfix for embedded climate/cool functionality, #1587 +- @PaulAntonDeen: Add ISO8601 date formatting as an option, #1610 - And to all users who helped with the tests during development and beta. ## Previous releases diff --git a/nspanel_blueprint.yaml b/nspanel_blueprint.yaml index 04a7289..5a07f0f 100644 --- a/nspanel_blueprint.yaml +++ b/nspanel_blueprint.yaml @@ -3938,7 +3938,7 @@ variables: date_format: > {{ date_format_temp - if date_format_temp not in ["%d.%m", "%d/%m", "%-d/%-m", "%-m/%-d", \"%-d-%-m\", \"%-m-%-d\"] + if date_format_temp not in ["%d.%m", "%d/%m", "%-d/%-m", "%-m/%-d"] else "%A, " ~ date_format_temp }}