Skip to content

Commit

Permalink
decrease temperature debounce (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsjonas authored Jun 27, 2022
1 parent 1d67059 commit 5ef3274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ interface HANode extends Element {
hass: any
}

const DEBOUNCE_TIMEOUT = 1000
const DEBOUNCE_TIMEOUT = 500
const STEP_SIZE = 0.5
const DECIMALS = 1

Expand Down

0 comments on commit 5ef3274

Please sign in to comment.