mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-27 21:20:03 +00:00
fix: Rename internal_temperature to internalTemperature to correct typo (#26114)
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
This commit is contained in:
co-authored by
Koen Kanters
parent
75c3c5e57f
commit
e4e4f16ec8
@@ -181,7 +181,7 @@ const NUMERIC_DISCOVERY_LOOKUP: {[s: string]: KeyValue} = {
|
||||
humidity_min: {entity_category: 'config', icon: 'mdi:water-percent'},
|
||||
illuminance_calibration: {entity_category: 'config', icon: 'mdi:wrench-clock'},
|
||||
illuminance: {device_class: 'illuminance', state_class: 'measurement'},
|
||||
internal_temperature: {
|
||||
internalTemperature: {
|
||||
device_class: 'temperature',
|
||||
entity_category: 'diagnostic',
|
||||
state_class: 'measurement',
|
||||
|
||||
Reference in New Issue
Block a user