From a6662e2d48b2b4cca371dbbe222a323ceb2cf7a0 Mon Sep 17 00:00:00 2001 From: Florian Date: Sun, 18 Aug 2024 00:55:32 +0200 Subject: [PATCH] Use dev branch of tcs_intercom on dev builds --- firmware/base.yaml | 5 +---- firmware/doorman-nuki-bridge.dev.yaml | 5 +++++ firmware/doorman-stock.dev.yaml | 5 +++++ 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/firmware/base.yaml b/firmware/base.yaml index ec5f4a0..d2081ac 100644 --- a/firmware/base.yaml +++ b/firmware/base.yaml @@ -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 diff --git a/firmware/doorman-nuki-bridge.dev.yaml b/firmware/doorman-nuki-bridge.dev.yaml index 1407d26..c066995 100644 --- a/firmware/doorman-nuki-bridge.dev.yaml +++ b/firmware/doorman-nuki-bridge.dev.yaml @@ -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 diff --git a/firmware/doorman-stock.dev.yaml b/firmware/doorman-stock.dev.yaml index 2e43f54..4fc005d 100644 --- a/firmware/doorman-stock.dev.yaml +++ b/firmware/doorman-stock.dev.yaml @@ -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