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 <marhje52@gmail.com>
This commit is contained in:
Klaus Aengenvoort 2021-09-06 12:35:22 +02:00 committed by GitHub
parent 04b55ae5d8
commit 64d874016e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.