Skip to content
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
7 changes: 4 additions & 3 deletions Integrations/ESPHome/AIR-1_BLE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ esphome:
on_shutdown:
- light.turn_off: rgb_light

logger:

dashboard_import:
package_import_url: github://ApolloAutomation/AIR-1/Integrations/ESPHome/AIR-1_BLE.yaml
import_full_config: false

logger:

ota:
- platform: esphome
password: ${ota_password}
id: ota_esphome
password: ${ota_password}
- platform: http_request
id: ota_managed

Expand All @@ -51,6 +51,7 @@ update:

bluetooth_proxy:
active: true

esp32_ble_tracker:
scan_parameters:
active: false
Expand Down
5 changes: 2 additions & 3 deletions Integrations/ESPHome/AIR-1_Factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,10 @@ esphome:
on_shutdown:
- light.turn_off: rgb_light


dashboard_import:
package_import_url: github://ApolloAutomation/AIR-1/Integrations/ESPHome/AIR-1_Factory.yaml
import_full_config: false

improv_serial:

logger:

ota:
Expand All @@ -58,6 +55,8 @@ update:
name: Firmware Update
source: https://apolloautomation.github.io/AIR-1/firmware/manifest.json

improv_serial:

esp32_improv:
authorizer: none

Expand Down