Skip to content

Commit

Permalink
Merge branch 'DOandMore' of https://github.com/TheRealFalseReality/aq…
Browse files Browse the repository at this point in the history
…uapi into DOandMore
  • Loading branch information
TheRealFalseReality committed Nov 26, 2024
2 parents c6dd400 + 59ef4d2 commit 2286386
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: CI

on:
push:
workflow_dispatch:
pull_request:
paths:
- '*.yaml'
Expand Down
25 changes: 25 additions & 0 deletions aquapi_config.factory.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
packages:
# Include all of the core configuration
core: !include aquapi_config.yaml

esphome:
# This will allow for project identification,
# configuration and updates.
project:
name: esphome.project-template
version: dev # This will be replaced by the github workflows with the `release` version

# This should point to the public location of the yaml file that will be adopted.
# 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

# Sets up Bluetooth LE (Only on ESP32) to allow the user
# to provision wifi credentials to the device.
esp32_improv:
authorizer: none

# Sets up the improv via serial client for Wi-Fi provisioning.
# Handy if your device has a usb port for the user to add credentials when they first get it.
improv_serial:

0 comments on commit 2286386

Please sign in to comment.