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.
measurement
illuminane_raw
1 parent 1eaa2f3 commit 3e60f91Copy full SHA for 3e60f91
lib/extension/homeassistant.ts
@@ -166,6 +166,7 @@ const NUMERIC_DISCOVERY_LOOKUP: {[s: string]: KeyValue} = {
166
humidity_min: {entity_category: "config", icon: "mdi:water-percent"},
167
illuminance_calibration: {entity_category: "config", icon: "mdi:wrench-clock"},
168
illuminance: {device_class: "illuminance", state_class: "measurement"},
169
+ illuminance_raw: {state_class: "measurement"},
170
internalTemperature: {
171
device_class: "temperature",
172
entity_category: "diagnostic",
0 commit comments