File tree Expand file tree Collapse file tree 5 files changed +21
-19
lines changed Expand file tree Collapse file tree 5 files changed +21
-19
lines changed Original file line number Diff line number Diff line change 7
7
- docs-test
8
8
9
9
jobs :
10
- publish-doorman-stock :
11
- name : Publish Doorman Stock Firmware
10
+ publish-doorman :
11
+ name : Publish Doorman Firmware
12
12
uses : ./.github/workflows/esphome-build.yml
13
13
with :
14
- files : ./firmware/doorman-stock.yaml
15
- name : Doorman Stock
16
- manifest_filename : doorman-stock- manifest.json
14
+ files : ./firmware/doorman-stock.yaml, ./firmware/doorman-nuki-bridge.yaml
15
+ name : Doorman
16
+ manifest_filename : doorman-manifest.json
17
17
clean : false
18
18
esphome_version : latest
19
- directory_name : doorman-stock
20
- publish-doorman-nuki-bridge :
21
- name : Publish Doorman Nuki Bridge Firmware
22
- uses : ./.github/workflows/esphome-build.yml
23
- with :
24
- files : ./firmware/doorman-nuki-bridge.yaml
25
- name : Doorman Nuki Bridge
26
- manifest_filename : doorman-nuki-bridge-manifest.json
27
- clean : false
28
- esphome_version : latest
29
- directory_name : doorman-nuki-bridge
19
+ directory_name : doorman-firmware
Original file line number Diff line number Diff line change 73
73
path : output
74
74
75
75
publish :
76
- if : (github.event_name == 'workflow_dispatch' || github.event_name == 'push') && github.ref == 'refs/heads/main'
76
+ if : (github.event_name == 'workflow_dispatch' || github.event_name == 'push') && ( github.ref == 'refs/heads/master' || github.ref == 'refs/heads/docs-test')
77
77
name : Publish new firmware and website to GitHub Pages
78
78
runs-on : ubuntu-latest
79
79
needs : [build]
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ binary_sensor:
239
239
- lambda : |
240
240
ESP_LOGD("api", "API Disconnected");
241
241
242
- # Preconfigured Party Mode Action (Internal)
242
+ # Preconfigured Open on ring Action (Internal)
243
243
- platform : tcs_intercom
244
244
id : doorman_entrance_doorbell
245
245
lambda : !lambda "return id(entrance_doorbell_command);"
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ esp32:
12
12
version : 2.0.16
13
13
platform_version : 6.7.0
14
14
15
+ update :
16
+ - platform : http_request
17
+ id : update_http_request
18
+ name : Firmware
19
+ source : https://doorman.azon.ai/firmware/doorman-nuki-bridge-manifest.json
20
+
15
21
# Nuki Lock Bridge
16
22
lock :
17
23
- platform : nuki_lock
Original file line number Diff line number Diff line change @@ -6,4 +6,10 @@ packages:
6
6
device_base : !include base.yaml
7
7
8
8
esp32_improv :
9
- authorizer : none
9
+ authorizer : none
10
+
11
+ update :
12
+ - platform : http_request
13
+ id : update_http_request
14
+ name : Firmware
15
+ source : https://doorman.azon.ai/firmware/doorman-stock-manifest.json
You can’t perform that action at this time.
0 commit comments