Increase rate limit for zwave_js updates

Al provided a new key which bumps the rate limit from 10k per hour to 100k per hour
This commit is contained in:
Raman Gupta 2022-09-08 12:53:30 -04:00 committed by GitHub
parent 2a23792b23
commit 01189b023c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,5 +123,5 @@ ENTITY_DESC_KEY_TOTAL_INCREASING = "total_increasing"
# This API key is only for use with Home Assistant. Reach out to Z-Wave JS to apply for # This API key is only for use with Home Assistant. Reach out to Z-Wave JS to apply for
# your own (https://github.com/zwave-js/firmware-updates/). # your own (https://github.com/zwave-js/firmware-updates/).
API_KEY_FIRMWARE_UPDATE_SERVICE = ( API_KEY_FIRMWARE_UPDATE_SERVICE = (
"55eea74f055bef2ad893348112df6a38980600aaf82d2b02011297fc7ba495f830ca2b70" "2e39d98fc56386389fbb35e5a98fa1b44b9fdd8f971460303587cff408430d4cfcde6134"
) )