kudo_motherboard: Add external temperature sensor configuration

Provide support for THERMAL_ZONE0 external sensor configuration.

Signed-off-by: Avenash Asai Thambi <avenash.thambi@fii-usa.com>
Change-Id: Ic60aea20bab7475b2a9e0075cadcc49bbe59ea16
diff --git a/configurations/kudo_motherboard.json b/configurations/kudo_motherboard.json
index c654a09..5788ba0 100644
--- a/configurations/kudo_motherboard.json
+++ b/configurations/kudo_motherboard.json
@@ -855,6 +855,15 @@
                 "Type": "EEPROM"
             },
             {
+                "EntityId": 30,
+                "EntityInstance": 0,
+                "MaxValue": 127.0,
+                "MinValue": -128.0,
+                "Name": "thermal_zone0",
+                "Type": "ExternalSensor",
+                "Units": "DegreesC"
+            },
+            {
                 "Address": "0x48",
                 "Bus": 42,
                 "EntityId": 3,