From 64d874016eb51d575f3d3f6ebedbbcda1679cc0e Mon Sep 17 00:00:00 2001 From: Klaus Aengenvoort Date: Mon, 6 Sep 2021 12:35:22 +0200 Subject: [PATCH] Add "gas" to the list of sensor.device_class (#19217) * Add "gas" to the list of sensor.device_class Based on this forum topic: https://community.home-assistant.io/t/adding-gas-to-energy-dashboard-solved/334988 * Add period Co-authored-by: Martin Hjelmare --- source/_integrations/sensor.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/sensor.markdown b/source/_integrations/sensor.markdown index 99d47b72c92..e612b2141d2 100644 --- a/source/_integrations/sensor.markdown +++ b/source/_integrations/sensor.markdown @@ -23,6 +23,7 @@ The type of data a sensor returns impacts how it is displayed in the frontend. T - **carbon_monoxide**: Carbon Monoxide in CO (Gas CNG/LPG) - **current**: Current in A. - **energy**: Energy in Wh or kWh. +- **gas**: Gasvolume in m³. - **humidity**: Percentage of humidity in the air. - **illuminance**: The current light level in lx or lm. - **monetary**: The monetary value.