From b0681773b8127f6cf716e4031eb1bbe76ac998e4 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Thu, 8 Dec 2022 20:45:23 +0100 Subject: [PATCH] Add new sound pressure device class (#25168) Co-authored-by: Franck Nijhof --- source/_integrations/number.markdown | 1 + source/_integrations/sensor.markdown | 1 + 2 files changed, 2 insertions(+) diff --git a/source/_integrations/number.markdown b/source/_integrations/number.markdown index 85fcd963ae2..19e58e292db 100644 --- a/source/_integrations/number.markdown +++ b/source/_integrations/number.markdown @@ -54,6 +54,7 @@ The type of data a number represents impacts how it is displayed in the frontend - **pressure**: Pressure in Pa, kPa, hPa, bar, cbar, mbar, mmHg, inHg, or psi - **reactive_power**: Reactive power in var - **signal_strength**: Signal strength in dB or dBm +- **sound_pressure**: Sound pressure in dB or dBA - **speed**: Generic speed in ft/s, in/d, in/h, km/h, kn, m/s, mph, or mm/d - **sulphur_dioxide**: Concentration of sulphur dioxide in µg/m³ - **temperature**: Temperature in °C or °F diff --git a/source/_integrations/sensor.markdown b/source/_integrations/sensor.markdown index 9dd521d571e..2ede05464cc 100644 --- a/source/_integrations/sensor.markdown +++ b/source/_integrations/sensor.markdown @@ -54,6 +54,7 @@ The type of data a sensor returns impacts how it is displayed in the frontend. T - **pressure**: Pressure in Pa, kPa, hPa, bar, cbar, mbar, mmHg, inHg, or psi - **reactive_power**: Reactive power in var - **signal_strength**: Signal strength in dB or dBm +- **sound_pressure**: Sound pressure in dB or dBA - **speed**: Generic speed in ft/s, in/d, in/h, km/h, kn, m/s, mph, or mm/d - **sulphur_dioxide**: Concentration of sulphur dioxide in µg/m³ - **temperature**: Temperature in °C or °F