Skip to content

Commit

Permalink
0.3.3
Browse files Browse the repository at this point in the history
Fixes/Wording/Options
  • Loading branch information
tube0013 committed Aug 26, 2024
1 parent cbbeee2 commit c028d2e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 2 additions & 0 deletions tzb-cc2652-flasher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
## 0.3.3
- Clean up Options

## 0.3.2
- Add built in z-stack release selections For 20240710 Release
Expand Down
5 changes: 2 additions & 3 deletions tzb-cc2652-flasher/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 0.3.2
version: 0.3.3
slug: tzb-cc2652-flasher
name: TubesZB TI CC2652 FW Flasher
description: TubesZB TI CC2652 firmware flasher add-on
Expand All @@ -24,7 +24,7 @@ options:
cc2652p2_fw: false
cc2652p7_fw: false
custom_fw_url: false
flow_control: false
firmware_url: null
schema:
device: device(subsystem=tty)?
network_device: str?
Expand All @@ -34,7 +34,6 @@ schema:
cc2652p2_fw: bool?
cc2652p7_fw: bool?
custom_fw_url: bool?
flow_control: bool?
firmware_url: str?
stage: experimental
startup: once
Expand Down
14 changes: 7 additions & 7 deletions tzb-cc2652-flasher/translations/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ configuration:
trigger_esphome_bsl:
name: Enable Bootloader mode with ESPHome
description: >-
Enables the addon to trigger bootloader mode by talking directly to ESPHome (requires most recent esphome FW from https://github.com/tube0013/tube_gateways)
Enables the addon to trigger bootloader mode by talking directly to ESPHome
device_type:
name: Flash USB Device
description: Flash USB device instead of Network Device (Requires you to trigger bootloader mode by holding BSL button while plugging in to USB)
sonoff:
name: Sonoff Dongle-P
name: Flashing a Sonoff Dongle-P?
description: Select to enable the bsl trigger for the Sonoff Dongle-P
cc2652p2_fw:
name: CC1352P2_CC2652P_launchpad_coordinator_20240710
description: Current Z-Stack Release for CC2652P2 Devices - Use with all TubesZB CC2652 P2 Coordinator Devices
name: Select for Current Recommended CC2652 P2 Firmware
description: Current Z-Stack Release for CC2652 P2 Devices - Use with all TubesZB CC2652 P2 Coordinator Devices
cc2652p7_fw:
name: CC1352P7_coordinator_20240710
dedescription: Current Z-Stack Release for CC2652P7 Devices - Use with TubesZB CC2652 P7 PoE
name: Select for Current Recommended CC2652 P7 Firmware
description: Current Z-Stack Release for CC2652 P7 Devices - Use with TubesZB CC2652 P7 PoE
custom_fw_url:
name: Custom_Firmware_URL
name: Select to Custom_Firmware_URL
description: Select if entering a custom url for zipped firmware

0 comments on commit c028d2e

Please sign in to comment.