From 6e747ef61e3558a8e2476da96f0deb90b4f68313 Mon Sep 17 00:00:00 2001 From: Alex Bergsland Date: Sun, 12 Nov 2023 22:00:38 +0100 Subject: [PATCH 1/2] Update README.md Changed example from input_number to input_datetime, for clarification. To not make the same mistake that I did. --- custom_cards/custom_card_input_datetime/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_cards/custom_card_input_datetime/README.md b/custom_cards/custom_card_input_datetime/README.md index bd4d9a4fc..d6eb80449 100644 --- a/custom_cards/custom_card_input_datetime/README.md +++ b/custom_cards/custom_card_input_datetime/README.md @@ -27,7 +27,7 @@ Initial release - type: "custom:button-card" template: - card_input_datetime - entity: input_number.YOUR_INPUT_NUMBER_ENTITY + entity: input_datetime.YOUR_INPUT_DATETIME_ENTITY variables: ulm_card_input_datetime_name: "YOUR_NAME" ``` From a22506d0d23e9fa44920f7e6f0faaaaa29eb466a Mon Sep 17 00:00:00 2001 From: basbruss <68892092+basbruss@users.noreply.github.com> Date: Fri, 17 Nov 2023 15:46:49 +0100 Subject: [PATCH 2/2] code quality --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 99c6976e2..aac251486 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -32,6 +32,7 @@ Add related logs for the problem **Related Card Config** Add the card config from `ui-lovelace.yaml` with the related problem + ```yaml paste the yaml code here ```