diff --git a/ratgdo.yaml b/ratgdo.yaml deleted file mode 100644 index 865af4b..0000000 --- a/ratgdo.yaml +++ /dev/null @@ -1,51 +0,0 @@ ---- -substitutions: - id_prefix: ratgdov2 - friendly_name: "RATGDOv2" - uart_tx_pin: D4 - uart_rx_pin: D2 - status_door_pin: D0 - status_obstruction_pin: D8 - dry_contact_open_pin: D5 - dry_contact_close_pin: D6 - dry_contact_light_pin: D3 - -web_server: - -esphome: - name: ${id_prefix} - friendly_name: ${friendly_name} - name_add_mac_suffix: true - project: - name: ratgdo.esphome - version: "2.0" - -esp8266: - board: d1_mini_lite - restore_from_flash: true - -dashboard_import: - package_import_url: github://esphome-ratgdo/esphome-ratgdo/v2board_esp8266_d1_mini_lite.yaml@main - -packages: - remote_package: - url: https://github.com/esphome-ratgdo/esphome-ratgdo - files: [base.yaml] - refresh: 1s - -# Sync time with Home Assistant. -time: - - platform: homeassistant - id: homeassistant_time - -api: - id: api_server - -ota: - -improv_serial: - -wifi: - ap: - -logger: diff --git a/ratgdo.yaml b/ratgdo.yaml new file mode 120000 index 0000000..d5bb123 --- /dev/null +++ b/ratgdo.yaml @@ -0,0 +1 @@ +static/v2board_esp8266_d1_mini_lite.yaml \ No newline at end of file