entity-manager: Add lm75a support

Add support for LM75A digital temperature sensor.

Tested:
Tested on the AMD EthanolX CRB

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Change-Id: Ic6df78960cb2529ac9a0ac0be6a370ef81dd6938
diff --git a/include/devices.hpp b/include/devices.hpp
index 812db3f..39d44f3 100644
--- a/include/devices.hpp
+++ b/include/devices.hpp
@@ -146,6 +146,9 @@
          {"TMP441",
           ExportTemplate("tmp441 $Address", "/sys/bus/i2c/devices/i2c-$Bus",
                          "new_device", "delete_device", true)},
+         {"LM75A",
+          ExportTemplate("lm75a $Address", "/sys/bus/i2c/devices/i2c-$Bus",
+                         "new_device", "delete_device", true)},
          {"TMP75",
           ExportTemplate("tmp75 $Address", "/sys/bus/i2c/devices/i2c-$Bus",
                          "new_device", "delete_device", true)}}};