Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OTA: Moving to base.yamls and adding ESPHome platform #293

Merged
merged 4 commits into from
Jun 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ external_components:
url: https://github.com/ratgdo/esphome-ratgdo
refresh: 1s

safe_mode:

preferences:
flash_write_interval: 1min

Expand Down Expand Up @@ -45,6 +47,9 @@ api:
id($id_prefix).clear_paired_devices(ratgdo::PairedDevice::ACCESSORY);
}

ota:
- platform: esphome

sensor:
- platform: ratgdo
id: ${id_prefix}_openings
Expand Down
5 changes: 5 additions & 0 deletions base_drycontact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ external_components:
url: https://github.com/ratgdo/esphome-ratgdo
refresh: 1s

safe_mode:

preferences:
flash_write_interval: 1min

Expand All @@ -25,6 +27,9 @@ ratgdo:
discrete_close_pin: ${discrete_close_pin}
protocol: drycontact

ota:
- platform: esphome

binary_sensor:
- platform: ratgdo
type: obstruction
Expand Down
5 changes: 5 additions & 0 deletions base_secplusv1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ external_components:
url: https://github.com/ratgdo/esphome-ratgdo
refresh: 1s

safe_mode:

preferences:
flash_write_interval: 1min

Expand All @@ -28,6 +30,9 @@ ratgdo:
message: "Failed to communicate with garage opener on startup."
notification_id: "esphome_ratgdo_${id_prefix}_sync_failed"

ota:
- platform: esphome

lock:
- platform: ratgdo
id: ${id_prefix}_lock_remotes
Expand Down
2 changes: 0 additions & 2 deletions static/v25board_esp32_d1_mini.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ time:
api:
id: api_server

ota:

improv_serial:

wifi:
Expand Down
2 changes: 0 additions & 2 deletions static/v25board_esp32_d1_mini_secplusv1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ time:
api:
id: api_server

ota:

improv_serial:

wifi:
Expand Down
2 changes: 0 additions & 2 deletions static/v25board_esp8266_d1_mini.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ time:
api:
id: api_server

ota:

improv_serial:

wifi:
Expand Down
2 changes: 0 additions & 2 deletions static/v25board_esp8266_d1_mini_lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ time:
api:
id: api_server

ota:

improv_serial:

wifi:
Expand Down
2 changes: 0 additions & 2 deletions static/v25board_esp8266_d1_mini_lite_secplusv1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ time:
api:
id: api_server

ota:

improv_serial:

wifi:
Expand Down
2 changes: 0 additions & 2 deletions static/v25board_esp8266_d1_mini_secplusv1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ time:
api:
id: api_server

ota:

improv_serial:

wifi:
Expand Down
2 changes: 0 additions & 2 deletions static/v25iboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ time:
api:
id: api_server

ota:

improv_serial:

wifi:
Expand Down
2 changes: 0 additions & 2 deletions static/v25iboard_drycontact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ time:
api:
id: api_server

ota:

improv_serial:

wifi:
Expand Down
2 changes: 0 additions & 2 deletions static/v25iboard_secplusv1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ time:
api:
id: api_server

ota:

improv_serial:

wifi:
Expand Down
2 changes: 0 additions & 2 deletions static/v2board_esp32_d1_mini.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ time:
api:
id: api_server

ota:

improv_serial:

wifi:
Expand Down
2 changes: 0 additions & 2 deletions static/v2board_esp32_lolin_s2_mini.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ time:
api:
id: api_server

ota:

improv_serial:

wifi:
Expand Down
2 changes: 0 additions & 2 deletions static/v2board_esp8266_d1_mini.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ time:
api:
id: api_server

ota:

improv_serial:

wifi:
Expand Down
2 changes: 0 additions & 2 deletions static/v2board_esp8266_d1_mini_lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ time:
api:
id: api_server

ota:

improv_serial:

wifi:
Expand Down
Loading