Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…penmediavault-integration/189310/156

- moved to proper location
  • Loading branch information
lymanepp committed Nov 29, 2024
1 parent 374958a commit 7db1e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/openmediavault/omv_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ def get_smart(self):
key="devicename",
vals=[
{"name": "temperature", "default": 0},
{"name": "overallstatus", "default": "unknown"},
],
)

Expand Down
1 change: 1 addition & 0 deletions custom_components/openmediavault/sensor_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"israid",
"isroot",
"isreadonly",
"overallstatus",
]

DEVICE_ATTRIBUTES_DISK_SMART = [
Expand Down

0 comments on commit 7db1e8b

Please sign in to comment.