Skip to content

Commit

Permalink
Firmware 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhorner committed Oct 31, 2023
1 parent e334e70 commit 6a5fbfa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions firmware/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ esphome:
data: [ 0x0 ]
project:
name: tj_horner.upsy_desky
version: "1.1.1"
version: "1.1.2"

uart:
id: handset_tx
Expand Down Expand Up @@ -50,7 +50,6 @@ packages:
addon_presets: !include addons/presets.yaml
addon_stable_ids: !include addons/stable-ids.yaml
addon_runtime_config: !include addons/runtime-config.yaml
addon_bluetooth_proxy: !include addons/bluetooth-proxy.yaml

button:
- platform: restart
Expand Down
4 changes: 4 additions & 0 deletions firmware/stock.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
packages:
base: !include base.yaml
addon_bluetooth_proxy: !include addons/bluetooth-proxy.yaml

external_components:
- source: github://tjhorner/esphome-custom-components
Expand All @@ -21,6 +22,9 @@ captive_portal:

improv_serial:

esp32_improv:
authorizer: false

api:
reboot_timeout: 0s

Expand Down

0 comments on commit 6a5fbfa

Please sign in to comment.