Skip to content

Commit 6a5fbfa

Browse files
committed
Firmware 1.1.2
1 parent e334e70 commit 6a5fbfa

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

firmware/base.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ esphome:
1212
data: [ 0x0 ]
1313
project:
1414
name: tj_horner.upsy_desky
15-
version: "1.1.1"
15+
version: "1.1.2"
1616

1717
uart:
1818
id: handset_tx
@@ -50,7 +50,6 @@ packages:
5050
addon_presets: !include addons/presets.yaml
5151
addon_stable_ids: !include addons/stable-ids.yaml
5252
addon_runtime_config: !include addons/runtime-config.yaml
53-
addon_bluetooth_proxy: !include addons/bluetooth-proxy.yaml
5453

5554
button:
5655
- platform: restart

firmware/stock.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
packages:
22
base: !include base.yaml
3+
addon_bluetooth_proxy: !include addons/bluetooth-proxy.yaml
34

45
external_components:
56
- source: github://tjhorner/esphome-custom-components
@@ -21,6 +22,9 @@ captive_portal:
2122

2223
improv_serial:
2324

25+
esp32_improv:
26+
authorizer: false
27+
2428
api:
2529
reboot_timeout: 0s
2630

0 commit comments

Comments
 (0)