alex3305 / home-assistant-addons

Alex's Home Assistant Add-ons
https://alex3305.github.io/home-assistant-docs/
MIT License
47 stars 29 forks source link

Add Newline between different Entries #41

Closed SVNKoch closed 1 year ago

SVNKoch commented 1 year ago

For a better overview in the secrest.yaml file I added newlines between different items. Example: Before:

# Home Assistant secrets file
# DO NOT MODIFY -- Managed by Bitwarden Secrets for Home Assistant add-on

node_red_secret_key: 'dsfnlljdgvbhklj'
node_red_http_user: 'dgs  bhjkdgvb hjkgdvfbhj g'
node_red_http_password: 'hknjlegchkregjgvrknjl'
samba_share_username: 'sdfcgafdshvbj fbh j'
samba_share_password: 'guavjebbjhkv eds afghvbj'
ssh_username: 'khj lgdsvhj dgkvsfd jbk'
ssh_password: 'gbjkdnbhjcdgncdbh'

After:

# Home Assistant secrets file
# DO NOT MODIFY -- Managed by Bitwarden Secrets for Home Assistant add-on

node_red_secret_key: 'dsfnlljdgvbhklj'
node_red_http_user: 'dgs  bhjkdgvb hjkgdvfbhj g'
node_red_http_password: 'hknjlegchkregjgvrknjl'

samba_share_username: 'sdfcgafdshvbj fbh j'
samba_share_password: 'guavjebbjhkv eds afghvbj'

ssh_username: 'khj lgdsvhj dgkvsfd jbk'
ssh_password: 'gbjkdnbhjcdgncdbh'
SVNKoch commented 1 year ago

Same as in #40 :sweat_smile:

If you happen to accept this, would you mind adding the hacktoberfest-accepted label to this PR? (See https://hacktoberfest.com/participation) Would really appreciate it smiley

alex3305 commented 1 year ago

Hi @SVNKoch,

Thanks also for this great contribution ❤️! This is a good enhancement that creates a little more insights into this add-on. I've also added the label here and keep on contributing 🚀 !