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:
Brendan Davis 2024-01-29 19:55:19 -05:00 committed by GitHub
parent 7f35da9255
commit 17a74f8a29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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