feat: ensure all components in base.yaml have an id (#196)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
7f35da9255
commit
17a74f8a29
|
@ -225,8 +225,10 @@ light:
|
||||||
|
|
||||||
button:
|
button:
|
||||||
- platform: restart
|
- platform: restart
|
||||||
|
id: ${id_prefix}_restart
|
||||||
name: "Restart"
|
name: "Restart"
|
||||||
- platform: safe_mode
|
- platform: safe_mode
|
||||||
|
id: ${id_prefix}_safe_mode
|
||||||
name: "Safe mode boot"
|
name: "Safe mode boot"
|
||||||
entity_category: diagnostic
|
entity_category: diagnostic
|
||||||
|
|
||||||
|
|
|
@ -177,8 +177,10 @@ light:
|
||||||
|
|
||||||
button:
|
button:
|
||||||
- platform: restart
|
- platform: restart
|
||||||
|
id: ${id_prefix}_restart
|
||||||
name: "Restart"
|
name: "Restart"
|
||||||
- platform: safe_mode
|
- platform: safe_mode
|
||||||
|
id: ${id_prefix}_safe_mode
|
||||||
name: "Safe mode boot"
|
name: "Safe mode boot"
|
||||||
entity_category: diagnostic
|
entity_category: diagnostic
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue