You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: custom_components/smart_sniffer/strings.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,18 @@
59
59
"unknown": "An unexpected error occurred."
60
60
}
61
61
},
62
+
"services": {
63
+
"get_drive_data": {
64
+
"name": "Get Drive Data",
65
+
"description": "Returns the full cached SMART data for all drives monitored by a SMART Sniffer agent. Useful for passing raw drive health data to an AI for analysis.",
66
+
"fields": {
67
+
"config_entry_id": {
68
+
"name": "Config Entry",
69
+
"description": "The SMART Sniffer agent to query."
70
+
}
71
+
}
72
+
}
73
+
},
62
74
"issues": {
63
75
"agent_outdated": {
64
76
"title": "SMART Sniffer: Update agent on {hostname} (v{current_version} → v{min_version})",
Copy file name to clipboardExpand all lines: custom_components/smart_sniffer/translations/en.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,18 @@
59
59
"unknown": "An unexpected error occurred."
60
60
}
61
61
},
62
+
"services": {
63
+
"get_drive_data": {
64
+
"name": "Get Drive Data",
65
+
"description": "Returns the full cached SMART data for all drives monitored by a SMART Sniffer agent. Useful for passing raw drive health data to an AI for analysis.",
66
+
"fields": {
67
+
"config_entry_id": {
68
+
"name": "Config Entry",
69
+
"description": "The SMART Sniffer agent to query."
70
+
}
71
+
}
72
+
}
73
+
},
62
74
"issues": {
63
75
"agent_outdated": {
64
76
"title": "SMART Sniffer: Update agent on {hostname} (v{current_version} → v{min_version})",
0 commit comments