configuration: catalina_hdd: add PowerState to on for all sensors

The SSD on HDD board use normal power, so the sensor reading only
available when host powered on.
Add `PowerState` and set on for all INA230 sensors.

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: I43c20613cf7712c042ae0fc4aa9ed777ee991b40
diff --git a/configurations/catalina_hdd.json b/configurations/catalina_hdd.json
index bd09805..dd05e4a 100644
--- a/configurations/catalina_hdd.json
+++ b/configurations/catalina_hdd.json
@@ -15,6 +15,7 @@
                 "power1"
             ],
             "Name": "HDDBOARD_SSD0_INA230",
+            "PowerState": "On",
             "Thresholds": [
                 {
                     "Direction": "greater than",
@@ -45,6 +46,7 @@
                 "power1"
             ],
             "Name": "HDDBOARD_SSD1_INA230",
+            "PowerState": "On",
             "Thresholds": [
                 {
                     "Direction": "greater than",
@@ -75,6 +77,7 @@
                 "power1"
             ],
             "Name": "HDDBOARD_SSD2_INA230",
+            "PowerState": "On",
             "Thresholds": [
                 {
                     "Direction": "greater than",
@@ -105,6 +108,7 @@
                 "power1"
             ],
             "Name": "HDDBOARD_SSD3_INA230",
+            "PowerState": "On",
             "Thresholds": [
                 {
                     "Direction": "greater than",