Add release_url property of Shelly update entities (#103739)

This commit is contained in:
Maciej Bieniek 2023-11-15 13:36:20 +01:00 committed by GitHub
parent b4e8243e18
commit dbe193aaa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 77 additions and 4 deletions

View file

@ -186,3 +186,12 @@ OTA_BEGIN = "ota_begin"
OTA_ERROR = "ota_error"
OTA_PROGRESS = "ota_progress"
OTA_SUCCESS = "ota_success"
GEN1_RELEASE_URL = "https://shelly-api-docs.shelly.cloud/gen1/#changelog"
GEN2_RELEASE_URL = "https://shelly-api-docs.shelly.cloud/gen2/changelog/"
DEVICES_WITHOUT_FIRMWARE_CHANGELOG = (
"SAWD-0A1XX10EU1",
"SHMOS-01",
"SHMOS-02",
"SHTRV-01",
)