Add release_url
property of Shelly update entities (#103739)
This commit is contained in:
parent
b4e8243e18
commit
dbe193aaa4
6 changed files with 77 additions and 4 deletions
|
@ -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",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue