Skip to content

Commit

Permalink
Merge pull request #37 from McGiverGim/add_full_access_again
Browse files Browse the repository at this point in the history
Add full_access option again
  • Loading branch information
McGiverGim committed Oct 8, 2021
2 parents a437a48 + ba8ca65 commit 48fa687
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hdd_tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ This add-on provides information about HDD Temperature from S.M.A.R.T using smar

Check the *Documentation* tab to get more information about `options` and `parameters`.

## Notes

For some devices and Home Assistant versions, the addon reguires Protection Mode to be disabled to access S.M.A.R.T data. If you see an error in the HDD Tools log try to disable Protection Mode.

## Credits

- https://www.smartmontools.org/
Expand Down
2 changes: 2 additions & 0 deletions hdd_tools/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"boot": "auto",
"map": ["share:rw"],
"privileged": ["SYS_ADMIN", "SYS_RAWIO"],
"devices": ["/dev/sda", "/dev/sdb", "/dev/sdc", "/dev/sdd", "/dev/sde", "/dev/nvme0", "/dev/nvme1"],
"full_access": true,
"homeassistant": "2021.2.0",
"homeassistant_api": true,
"options": {
Expand Down

0 comments on commit 48fa687

Please sign in to comment.