From 3da92a28a998c82d4dacef8fb5a51e49615fa2e0 Mon Sep 17 00:00:00 2001 From: Dan <59684116+dcs8@users.noreply.github.com> Date: Sat, 21 Aug 2021 12:28:37 +0100 Subject: [PATCH] 'Monetary' missing from list of Device Classes (#19005) --- source/_integrations/sensor.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/sensor.markdown b/source/_integrations/sensor.markdown index 730dd15c3a4..61ff05e99a0 100644 --- a/source/_integrations/sensor.markdown +++ b/source/_integrations/sensor.markdown @@ -22,6 +22,7 @@ The type of data a sensor returns impacts how it is displayed in the frontend. T - **energy**: Energy in Wh or kWh. - **humidity**: Percentage of humidity in the air. - **illuminance**: The current light level in lx or lm. +- **monetary**: The monetary value. - **signal_strength**: Signal strength in dB or dBm. - **temperature**: Temperature in °C or °F. - **power**: Power in W or kW.