Skip to content

Commit

Permalink
fix(ignore): fix 2a58fbe
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Oct 17, 2023
1 parent df577b8 commit 41c7f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/xiaomi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3200,7 +3200,7 @@ const definitions: Definition[] = [
e.temperature_sensor_select(['internal', 'external']).withAccess(ea.ALL),
e.binary('calibrated', ea.STATE, true, false)
.withDescription('Indicates if this valve is calibrated, use the calibrate option to calibrate'),
e.enum('calibrate', ea.STATE_SET, ['calibrate']).withDescription('Calibrates the valve'),
e.enum('calibrate', ea.ALL, ['calibrate']).withDescription('Calibrates the valve'),
e.child_lock().setAccess('state', ea.ALL),
e.window_detection().setAccess('state', ea.ALL),
e.binary('window_open', ea.STATE, true, false),
Expand Down

0 comments on commit 41c7f29

Please sign in to comment.