Skip to content

Commit e4e4f16

Browse files
fix: Rename internal_temperature to internalTemperature to correct typo (#26114)
Co-authored-by: Koen Kanters <[email protected]>
1 parent 75c3c5e commit e4e4f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/extension/homeassistant.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ const NUMERIC_DISCOVERY_LOOKUP: {[s: string]: KeyValue} = {
181181
humidity_min: {entity_category: 'config', icon: 'mdi:water-percent'},
182182
illuminance_calibration: {entity_category: 'config', icon: 'mdi:wrench-clock'},
183183
illuminance: {device_class: 'illuminance', state_class: 'measurement'},
184-
internal_temperature: {
184+
internalTemperature: {
185185
device_class: 'temperature',
186186
entity_category: 'diagnostic',
187187
state_class: 'measurement',

0 commit comments

Comments
 (0)