Change zwave_js firmware update service API key (#77719)

* Change zwave_js firmware update service API key

* Update const.py
This commit is contained in:
Raman Gupta 2022-09-02 10:50:05 -04:00 committed by GitHub
parent 1acb9a981a
commit 2e4d5aca09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,4 +123,6 @@ 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
# your own (https://github.com/zwave-js/firmware-updates/).
API_KEY_FIRMWARE_UPDATE_SERVICE = "b48e74337db217f44e1e003abb1e9144007d260a17e2b2422e0a45d0eaf6f4ad86f2a9943f17fee6dde343941f238a64"
API_KEY_FIRMWARE_UPDATE_SERVICE = (
"55eea74f055bef2ad893348112df6a38980600aaf82d2b02011297fc7ba495f830ca2b70"
)