entity-manager: Support DPS310 and SI7020 Everest

Infineon DPS310 pressure and temperature sensors for the
Storm King Panel, as well as the Silicon Laboratories
SI7020 type sensors.  Since we used "Name" for temperatures
for the other 2 devices it was simpler to have "Name" for
"Ambient 1 Temp" so swapped with "Station Pressure" and
made "Station Pressure" "Name1".

Tested: busctl tree --no-pager xyz.openbmc_project.HwmonTempSensor
busctl introspect --no-pager xyz.openbmc_project.HwmonTempSensor \
/xyz/openbmc_project/sensors/temperature/Ambient_0_Temp
busctl introspect --no-pager xyz.openbmc_project.HwmonTempSensor \
/xyz/openbmc_project/sensors/temperature/Ambient_1_Temp
busctl introspect --no-pager xyz.openbmc_project.HwmonTempSensor \
/xyz/openbmc_project/sensors/temperature/Ambient_2_Temp
busctl introspect --no-pager xyz.openbmc_project.HwmonTempSensor \
/xyz/openbmc_project/sensors/temperature/PCIE_0_Temp
busctl introspect --no-pager xyz.openbmc_project.HwmonTempSensor \
/xyz/openbmc_project/sensors/temperature/PCIE_1_Temp
busctl introspect --no-pager xyz.openbmc_project.HwmonTempSensor \
/xyz/openbmc_project/sensors/pressure/Station_Pressure returned
results consistent with location of the Everest system.

Signed-off-by: Bruce Mitchell <bruce.mitchell@linux.vnet.ibm.com>
Change-Id: Ic76bb31b4ec38f02405b1a14015ece092b42abf3
diff --git a/meson.build b/meson.build
index c647441..16d86c5 100644
--- a/meson.build
+++ b/meson.build
@@ -126,6 +126,7 @@
     'R2000 Chassis.json',
     'SAS Module.json',
     'SOLUM_PSSF162202_PSU.json',
+    'Storm King.json',
     'STP Baseboard.json',
     'STP P4000 Chassis.json',
     'Tyan_S7106_Baseboard.json',