AutoReboot: Add support for AutoReboot sensor type

Resolves: openbmc/openbmc#2398

Change-Id: Ide29aa6fa55cd6fea4f3e9520c425d4758a61dd3
Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
diff --git a/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml b/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml
index 847e269..72f592a 100644
--- a/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml
+++ b/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml
@@ -171,3 +171,18 @@
             type: "bool"
             assert: true
             deassert: false
+
+host_auto_reboot_control_sensor:
+  path: /xyz/openbmc_project/control/host0/auto_reboot
+  serviceInterface: org.freedesktop.DBus.Properties
+  readingType: assertion
+  interfaces:
+    xyz.openbmc_project.Control.Boot.RebootPolicy:
+      AutoReboot:
+        Offsets:
+          0x00:
+            type: "bool"
+            assert: false
+          0x01:
+            type: "bool"
+            assert: true