Skip to content

Commit

Permalink
Use dev branch of tcs_intercom on dev builds
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Aug 17, 2024
1 parent abda560 commit a6662e2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
5 changes: 1 addition & 4 deletions firmware/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,7 @@ improv_serial:

# Import TCS Intercom Component
external_components:
- source:
type: git
url: https://github.com/AzonInc/esphome_tcs_intercom
ref: master
- source: github://AzonInc/esphome_tcs_intercom@master
components: [ tcs_intercom ]
refresh: 60s

Expand Down
5 changes: 5 additions & 0 deletions firmware/doorman-nuki-bridge.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ dashboard_import:
packages:
device_base: !include doorman-nuki-bridge.yaml

external_components:
- source: github://AzonInc/esphome_tcs_intercom@dev
components: [ tcs_intercom ]
refresh: 60s

update:
- id: !extend update_http_request_stable
disabled_by_default: true
Expand Down
5 changes: 5 additions & 0 deletions firmware/doorman-stock.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ dashboard_import:
packages:
device_base: !include doorman-stock.yaml

external_components:
- source: github://AzonInc/esphome_tcs_intercom@dev
components: [ tcs_intercom ]
refresh: 60s

update:
- id: !extend update_http_request_stable
disabled_by_default: true
Expand Down

0 comments on commit a6662e2

Please sign in to comment.