Skip to content

Commit ebbe3b2

Browse files
fix: Fix attribute name for Elko Super RF (#8308)
1 parent 963d9a9 commit ebbe3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/elko.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const definitions: DefinitionWithExtend[] = [
9393
numeric({
9494
name: 'floor_temp',
9595
cluster: 'hvacThermostat',
96-
attribute: 'elkoFloorTemp',
96+
attribute: 'elkoExternalTemp',
9797
description: 'Current temperature measured on the external sensor (floor)',
9898
access: 'STATE_GET',
9999
unit: '°C',

0 commit comments

Comments
 (0)