Skip to content

Commit 17a74f8

Browse files
brgaulinbdraco
andauthored
feat: ensure all components in base.yaml have an id (#196)
Co-authored-by: J. Nick Koston <[email protected]>
1 parent 7f35da9 commit 17a74f8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

base.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,10 @@ light:
225225

226226
button:
227227
- platform: restart
228+
id: ${id_prefix}_restart
228229
name: "Restart"
229230
- platform: safe_mode
231+
id: ${id_prefix}_safe_mode
230232
name: "Safe mode boot"
231233
entity_category: diagnostic
232234

base_secplusv1.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,10 @@ light:
177177

178178
button:
179179
- platform: restart
180+
id: ${id_prefix}_restart
180181
name: "Restart"
181182
- platform: safe_mode
183+
id: ${id_prefix}_safe_mode
182184
name: "Safe mode boot"
183185
entity_category: diagnostic
184186

0 commit comments

Comments
 (0)