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.json b/configurations/yosemite4_sentineldome_t1.json
index 85a68c7..6c0096b 100644
--- a/configurations/yosemite4_sentineldome_t1.json
+++ b/configurations/yosemite4_sentineldome_t1.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": [
                 "Calibrated_Sentinel_Dome_Slot $bus % 15 MB_FIO_TEMP_C"
             ],
@@ -196,6 +202,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",
@@ -234,6 +241,7 @@
         },
         {
             "Class": "temp",
+            "InputUnavailableAsFailed": false,
             "Inputs": [
                 "Sentinel_Dome_Slot $bus % 15 MB_CPU_TEMP_C"
             ],
@@ -269,6 +277,7 @@
         },
         {
             "Class": "temp",
+            "InputUnavailableAsFailed": false,
             "Inputs": [
                 "Sentinel_Dome_Slot $bus % 15 MB_SSD_BOOT_TEMP_C"
             ],
@@ -298,6 +307,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",