diff --git a/thermal/thermal_info_config_charge_comet.json b/thermal/thermal_info_config_charge_comet.json index d248325..e8b7e55 100644 --- a/thermal/thermal_info_config_charge_comet.json +++ b/thermal/thermal_info_config_charge_comet.json @@ -279,6 +279,7 @@ "Name": "USB-MINUS-CHARGER", "Type": "UNKNOWN", "VirtualSensor": true, + "Hidden": true, "TriggerSensor": "usb_conn_therm", "Formula": "WEIGHTED_AVG", "Combination": ["usb_conn_therm", "charger_therm"], diff --git a/thermal/thermal_info_config_comet.json b/thermal/thermal_info_config_comet.json index 8b33b72..ff25339 100644 --- a/thermal/thermal_info_config_comet.json +++ b/thermal/thermal_info_config_comet.json @@ -849,6 +849,7 @@ "Name": "USB-MINUS-CHARGER", "Type": "UNKNOWN", "VirtualSensor": true, + "Hidden": true, "TriggerSensor": "usb_conn_therm", "Formula": "WEIGHTED_AVG", "Combination": ["usb_conn_therm", "charger_therm"],