Skip to content

Commit

Permalink
fix minor linter warnings in HA-addon config.yaml files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Aug 16, 2024
1 parent 9ba7111 commit d59644e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions home-assistant-addon-dev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ panel_icon: mdi:router-wireless
startup: services
map:
- type: data
read_only: False
read_only: false
path: /usr/local
- type: backup
read_only: False
read_only: false
init: false
backup_pre: /bin/sh -c "/bin/echo 'load tclrega.so; rega system.Save()' | /bin/tclsh && /bin/sync"
backup_exclude:
Expand Down
4 changes: 2 additions & 2 deletions home-assistant-addon/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ panel_icon: mdi:router-wireless
startup: services
map:
- type: data
read_only: False
read_only: false
path: /usr/local
- type: backup
read_only: False
read_only: false
init: false
backup_pre: /bin/sh -c "/bin/echo 'load tclrega.so; rega system.Save()' | /bin/tclsh && /bin/sync"
backup_exclude:
Expand Down

0 comments on commit d59644e

Please sign in to comment.