adjust
This commit is contained in:
parent
a65ebb0e85
commit
1a1feb0bfd
|
@ -2,6 +2,13 @@
|
||||||
substitutions:
|
substitutions:
|
||||||
id_prefix: ratgdov2
|
id_prefix: ratgdov2
|
||||||
friendly_name: "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:
|
web_server:
|
||||||
|
|
||||||
|
@ -16,24 +23,14 @@ esphome:
|
||||||
esp32:
|
esp32:
|
||||||
board: d1_mini32
|
board: d1_mini32
|
||||||
|
|
||||||
substitutions:
|
|
||||||
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
|
|
||||||
|
|
||||||
dashboard_import:
|
dashboard_import:
|
||||||
package_import_url: github://esphome-ratgdo/esphome-ratgdo/ratgdo_v2board_esp32_d1_mini.yaml@main
|
package_import_url: github://esphome-ratgdo/esphome-ratgdo/ratgdo_v2board_esp32_d1_mini.yaml@main
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
# Git repo examples
|
|
||||||
remote_package:
|
remote_package:
|
||||||
url: https://github.com/esphome-ratgdo/esphome-ratgdo
|
url: https://github.com/esphome-ratgdo/esphome-ratgdo
|
||||||
files: [base.yaml]
|
files: [base.yaml]
|
||||||
refresh: 1s # optional
|
refresh: 1s
|
||||||
|
|
||||||
# Sync time with Home Assistant.
|
# Sync time with Home Assistant.
|
||||||
time:
|
time:
|
||||||
|
|
|
@ -28,11 +28,10 @@ dashboard_import:
|
||||||
package_import_url: github://esphome-ratgdo/esphome-ratgdo/ratgdo_v2board_esp8266_d1_mini_lite.yaml@main
|
package_import_url: github://esphome-ratgdo/esphome-ratgdo/ratgdo_v2board_esp8266_d1_mini_lite.yaml@main
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
# Git repo examples
|
|
||||||
remote_package:
|
remote_package:
|
||||||
url: https://github.com/esphome-ratgdo/esphome-ratgdo
|
url: https://github.com/esphome-ratgdo/esphome-ratgdo
|
||||||
files: [base.yaml]
|
files: [base.yaml]
|
||||||
refresh: 1s # optional
|
refresh: 1s
|
||||||
|
|
||||||
# Sync time with Home Assistant.
|
# Sync time with Home Assistant.
|
||||||
time:
|
time:
|
||||||
|
|
Loading…
Reference in New Issue