From 163ced28119e60b05350d3b04064eba45fa797d9 Mon Sep 17 00:00:00 2001 From: Paul Wieland Date: Wed, 17 Apr 2024 17:05:52 -0400 Subject: [PATCH] Fix base yaml ref --- static/v25iboard_drycontact.yaml | 53 +++++++++++++++++++++++++++++++ v25iboard_drycontact.yaml | 54 +------------------------------- 2 files changed, 54 insertions(+), 53 deletions(-) create mode 100644 static/v25iboard_drycontact.yaml mode change 100644 => 120000 v25iboard_drycontact.yaml diff --git a/static/v25iboard_drycontact.yaml b/static/v25iboard_drycontact.yaml new file mode 100644 index 0000000..bbf1eca --- /dev/null +++ b/static/v25iboard_drycontact.yaml @@ -0,0 +1,53 @@ +--- +substitutions: + id_prefix: ratgdov25i + friendly_name: "ratgdov2.5i" + uart_tx_pin: D1 + uart_rx_pin: D2 + input_obst_pin: D7 + dry_contact_open_pin: D5 + dry_contact_close_pin: D6 + discrete_open_pin: D0 + discrete_close_pin: D8 + +web_server: + +esphome: + name: ${id_prefix} + friendly_name: ${friendly_name} + name_add_mac_suffix: true + project: + name: ratgdo.esphome + version: "2.5i" + +esp8266: + board: d1_mini + restore_from_flash: true + +dashboard_import: + package_import_url: github://ratgdo/esphome-ratgdo/v25iboard_secplusv1.yaml@main + +packages: + remote_package: + url: https://github.com/ratgdo/esphome-ratgdo + files: [base_drycontact.yaml] + refresh: 1s + # remote_package: !include + # file: base_drycontact.yaml +# Sync time with Home Assistant. +time: + - platform: homeassistant + id: homeassistant_time + +api: + id: api_server + +ota: + +improv_serial: + +wifi: + ap: + +logger: + level: DEBUG \ No newline at end of file diff --git a/v25iboard_drycontact.yaml b/v25iboard_drycontact.yaml deleted file mode 100644 index 59264ae..0000000 --- a/v25iboard_drycontact.yaml +++ /dev/null @@ -1,53 +0,0 @@ ---- -substitutions: - id_prefix: ratgdov25i - friendly_name: "ratgdov2.5i" - uart_tx_pin: D1 - uart_rx_pin: D2 - input_obst_pin: D7 - dry_contact_open_pin: D5 - dry_contact_close_pin: D6 - discrete_open_pin: D0 - discrete_close_pin: D8 - -web_server: - -esphome: - name: ${id_prefix} - friendly_name: ${friendly_name} - name_add_mac_suffix: true - project: - name: ratgdo.esphome - version: "2.5i" - -esp8266: - board: d1_mini - restore_from_flash: true - -dashboard_import: - package_import_url: github://ratgdo/esphome-ratgdo/v25iboard_secplusv1.yaml@main - -packages: - remote_package: - url: https://github.com/ratgdo/esphome-ratgdo - files: [base_secplusv1.yaml] - refresh: 1s - # remote_package: !include - # file: base_drycontact.yaml -# Sync time with Home Assistant. -time: - - platform: homeassistant - id: homeassistant_time - -api: - id: api_server - -ota: - -improv_serial: - -wifi: - ap: - -logger: - level: DEBUG \ No newline at end of file diff --git a/v25iboard_drycontact.yaml b/v25iboard_drycontact.yaml new file mode 120000 index 0000000..df1933e --- /dev/null +++ b/v25iboard_drycontact.yaml @@ -0,0 +1 @@ +static/v25iboard_drycontact.yaml \ No newline at end of file