Skip to content

Commit b9a484d

Browse files
authored
Add TemperatureDelta to DeviceClass enum
1 parent e7de142 commit b9a484d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/nodes/entity-config/editor/data/common.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export enum DeviceClass {
4343
Speed = 'speed',
4444
SulphurDioxide = 'sulphur_dioxide',
4545
Temperature = 'temperature',
46+
TemperatureDelta = 'temperature_delta',
4647
Timestamp = 'timestamp',
4748
VolatileOrganicCompounds = 'volatile_organic_compounds',
4849
VolatileOrganicCompoundsParts = 'volatile_organic_compounds_parts',

0 commit comments

Comments
 (0)