From 17a74f8a298cafbd7f82aab4fb34e16549cd9bc3 Mon Sep 17 00:00:00 2001 From: Brendan Davis <4007825+brgaulin@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:55:19 -0500 Subject: [PATCH] feat: ensure all components in base.yaml have an id (#196) Co-authored-by: J. Nick Koston --- base.yaml | 2 ++ base_secplusv1.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/base.yaml b/base.yaml index fc6d0ba..b85db7e 100644 --- a/base.yaml +++ b/base.yaml @@ -225,8 +225,10 @@ light: button: - platform: restart + id: ${id_prefix}_restart name: "Restart" - platform: safe_mode + id: ${id_prefix}_safe_mode name: "Safe mode boot" entity_category: diagnostic diff --git a/base_secplusv1.yaml b/base_secplusv1.yaml index 18a61b6..be34dad 100644 --- a/base_secplusv1.yaml +++ b/base_secplusv1.yaml @@ -177,8 +177,10 @@ light: button: - platform: restart + id: ${id_prefix}_restart name: "Restart" - platform: safe_mode + id: ${id_prefix}_safe_mode name: "Safe mode boot" entity_category: diagnostic