Skip to content

Commit

Permalink
bump production config.yaml to same functional level than dev version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Jul 20, 2024
1 parent 9ad3170 commit 1a0005c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion home-assistant-addon/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ panel_title: RaspberryMatic
panel_icon: mdi:router-wireless
startup: services
map:
- backup:rw
- type: data
read_only: False

Check warning on line 19 in home-assistant-addon/config.yaml

View workflow job for this annotation

GitHub Actions / Linter Checks

truthy value should be one of [false, true]
path: /usr/local
- type: backup
read_only: False

Check warning on line 22 in home-assistant-addon/config.yaml

View workflow job for this annotation

GitHub Actions / Linter Checks

truthy value should be one of [false, true]
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 1a0005c

Please sign in to comment.