Skip to content

Commit

Permalink
factory .bin modified
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealFalseReality committed Nov 27, 2024
1 parent 77b65e9 commit 9e0314d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion aquapi_config.factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ esphome:
# In this case it is the core yaml file that does not contain the extra things
# that are provided by this factory yaml file as the user does not need these once adopted.
dashboard_import:
package_import_url: github://TheRealFalseReality/aquapi/aquapi_config.yaml
package_import_url: github://TheRealFalseReality/aquapi/aquapi_config-adpot.yaml@main

# Sets up Bluetooth LE (Only on ESP32) to allow the user
# to provision wifi credentials to the device.
Expand Down
18 changes: 9 additions & 9 deletions common/ota_https.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ ota:
http_request:
verify_ssl: false

# update:
# - platform: http_request
# name: AquaPi Firmware Update
# id: update_firmware_sensor
# entity_category: 'diagnostic'
# icon: mdi:update
# source: https://raw.githubusercontent.com/TheRealFalseReality/aquapi/main/bin/aquapi.manifest.json
# web_server:
# sorting_group_id: sorting_group_diagnostic
update:
- platform: http_request
name: AquaPi Firmware Update
id: update_firmware_sensor
entity_category: 'diagnostic'
icon: mdi:update
source: https://raw.githubusercontent.com/TheRealFalseReality/aquapi/main/bin/aquapi.manifest.json
web_server:
sorting_group_id: sorting_group_diagnostic

button:
- platform: template
Expand Down

0 comments on commit 9e0314d

Please sign in to comment.