Skip to content

Commit

Permalink
duh
Browse files Browse the repository at this point in the history
fix configs
  • Loading branch information
tube0013 committed Aug 26, 2024
1 parent ef5cb01 commit 96942a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 5 additions & 1 deletion tzb-cc2652-flasher/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 0.2.2
version: 0.3.0
slug: tzb-cc2652-flasher
name: TubesZB TI CC2652 FW Flasher
description: TubesZB TI CC2652 firmware flasher add-on
Expand All @@ -26,6 +26,10 @@ schema:
network_device: str?
trigger_esphome_bsl: bool?
device_type: bool?
sonoff: bool?
cc2652p2_fw: bool?
cc2652p7_fw: bool?
custom_fw_url: bool?
flow_control: bool?
firmware_url: str?
stage: experimental
Expand Down
6 changes: 1 addition & 5 deletions tzb-silabs-flasher/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 0.3.0
version: 0.2.2
slug: tzb-silabs-flasher
name: TubesZB Silicon Labs FW Flasher
description: TubesZB Silicon Labs firmware flasher add-on
Expand Down Expand Up @@ -30,10 +30,6 @@ schema:
network_device: str?
device: device(subsystem=tty)?
device_type: bool?
sonoff: bool?
cc2652p2_fw: bool?
cc2652p7_fw: bool?
custom_fw_url: bool?
firmware_url: str?
bootloader_baudrate: list(57600|115200|230400|460800|921600)
flow_control: bool?
Expand Down

0 comments on commit 96942a7

Please sign in to comment.