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 ``` 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" ```