configurations: yosemite4: add unavailableAsFailed flag to the sensors

Add InputUnavailableAsFailed as false to all the sensors that would be
unavailable when slot DC off or AC off so fan mode wouldn't be set to
fail safe mode if the sensors were unavailable.

Change-Id: I8f0ae17c9925b39f85b70ef5f70b797cc8155e26
Signed-off-by: Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com>
diff --git a/configurations/yosemite4_sentineldome_t1_retimer.json b/configurations/yosemite4_sentineldome_t1_retimer.json
index 36e0f97..77ec74d 100644
--- a/configurations/yosemite4_sentineldome_t1_retimer.json
+++ b/configurations/yosemite4_sentineldome_t1_retimer.json
@@ -9,6 +9,7 @@
             "ICoefficient": -0.035,
             "ILimitMax": 100,
             "ILimitMin": -50,
+            "InputUnavailableAsFailed": false,
             "Inputs": [
                 "Sentinel_Dome_Slot $bus % 15 MB_DIMM_A_TEMP_C",
                 "Sentinel_Dome_Slot $bus % 15 MB_DIMM_B_TEMP_C",
@@ -44,6 +45,7 @@
             "ICoefficient": -0.035,
             "ILimitMax": 100,
             "ILimitMin": -50,
+            "InputUnavailableAsFailed": false,
             "Inputs": [
                 "Sentinel_Dome_Slot $bus % 15 MB_CPU_TEMP_C"
             ],
@@ -70,6 +72,7 @@
             "ICoefficient": -0.02,
             "ILimitMax": 100,
             "ILimitMin": -50,
+            "InputUnavailableAsFailed": false,
             "Inputs": [
                 "Sentinel_Dome_Slot $bus % 15 MB_SSD_BOOT_TEMP_C"
             ],
@@ -96,6 +99,7 @@
             "ICoefficient": -0.02,
             "ILimitMax": 100,
             "ILimitMin": -50,
+            "InputUnavailableAsFailed": false,
             "Inputs": [
                 "Sentinel_Dome_Slot $bus % 15 MB_VR_CPU0_TEMP_C",
                 "Sentinel_Dome_Slot $bus % 15 MB_VR_SOC_TEMP_C",
@@ -119,6 +123,7 @@
         },
         {
             "Class": "temp",
+            "InputUnavailableAsFailed": false,
             "Inputs": [
                 "Sentinel_Dome_Slot $bus % 15 MB_INLET_TEMP_C",
                 "Sentinel_Dome_Slot $bus % 15 MB_OUTLET_TEMP_C"
@@ -139,6 +144,7 @@
         },
         {
             "Class": "temp",
+            "InputUnavailableAsFailed": false,
             "Inputs": [
                 "Sentinel_Dome_Slot $bus % 15 MB_X8_RETIMER_TEMP_C"
             ],
@@ -158,6 +164,7 @@
         },
         {
             "Class": "temp",
+            "InputUnavailableAsFailed": false,
             "Inputs": [
                 "Calibrated_Sentinel_Dome_Slot $bus % 15 MB_FIO_TEMP_C"
             ],
@@ -215,6 +222,7 @@
         },
         {
             "Class": "temp",
+            "InputUnavailableAsFailed": false,
             "Inputs": [
                 "Sentinel_Dome_Slot $bus % 15 MB_DIMM_A_TEMP_C",
                 "Sentinel_Dome_Slot $bus % 15 MB_DIMM_B_TEMP_C",
@@ -253,6 +261,7 @@
         },
         {
             "Class": "temp",
+            "InputUnavailableAsFailed": false,
             "Inputs": [
                 "Sentinel_Dome_Slot $bus % 15 MB_CPU_TEMP_C"
             ],
@@ -288,6 +297,7 @@
         },
         {
             "Class": "temp",
+            "InputUnavailableAsFailed": false,
             "Inputs": [
                 "Sentinel_Dome_Slot $bus % 15 MB_SSD_BOOT_TEMP_C"
             ],
@@ -317,6 +327,7 @@
         },
         {
             "Class": "temp",
+            "InputUnavailableAsFailed": false,
             "Inputs": [
                 "Sentinel_Dome_Slot $bus % 15 MB_VR_CPU0_TEMP_C",
                 "Sentinel_Dome_Slot $bus % 15 MB_VR_SOC_TEMP_C",