We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
device_class
eco2
volatile_organic_compounds_parts
1 parent 5a4d6b5 commit 4f412cbCopy full SHA for 4f412cb
lib/extension/homeassistant.ts
@@ -154,7 +154,7 @@ const NUMERIC_DISCOVERY_LOOKUP: {[s: string]: KeyValue} = {
154
},
155
distance: {device_class: "distance", state_class: "measurement"},
156
duration: {entity_category: "config", icon: "mdi:timer"},
157
- eco2: {device_class: "carbon_dioxide", state_class: "measurement"},
+ eco2: {device_class: "volatile_organic_compounds_parts", state_class: "measurement"},
158
eco_temperature: {entity_category: "config", icon: "mdi:thermometer"},
159
energy: {device_class: "energy", state_class: "total_increasing"},
160
external_temperature_input: {device_class: "temperature", icon: "mdi:thermometer"},
0 commit comments