mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Bump universal-silabs-flasher to v0.0.29 (#138970)
* Bump flasher from 0.0.25 to 0.0.29 * Add new application type
This commit is contained in:
parent
71bdd0e237
commit
b35d252549
@ -5,5 +5,5 @@
|
||||
"codeowners": ["@home-assistant/core"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/homeassistant_hardware",
|
||||
"integration_type": "system",
|
||||
"requirements": ["universal-silabs-flasher==0.0.25"]
|
||||
"requirements": ["universal-silabs-flasher==0.0.29"]
|
||||
}
|
||||
|
@ -42,6 +42,7 @@ class ApplicationType(StrEnum):
|
||||
CPC = "cpc"
|
||||
EZSP = "ezsp"
|
||||
SPINEL = "spinel"
|
||||
ROUTER = "router"
|
||||
|
||||
@classmethod
|
||||
def from_flasher_application_type(
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -2968,7 +2968,7 @@ unifi_ap==0.0.2
|
||||
unifiled==0.11
|
||||
|
||||
# homeassistant.components.homeassistant_hardware
|
||||
universal-silabs-flasher==0.0.25
|
||||
universal-silabs-flasher==0.0.29
|
||||
|
||||
# homeassistant.components.upb
|
||||
upb-lib==0.6.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user