Skip to content

Commit

Permalink
Wait 30 seconds before publishing device states. #105
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Mar 10, 2020
1 parent da8b8aa commit ab85577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/extension/homeassistant.js
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,7 @@ class HomeAssistant extends BaseExtension {
}

clearTimeout(timer);
}, 20000);
}, 30000);
}
}

Expand Down

0 comments on commit ab85577

Please sign in to comment.