Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealFalseReality committed Nov 29, 2024
1 parent 24fd2f0 commit 8cd35b1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
17 changes: 1 addition & 16 deletions common/aquapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,10 @@ esphome:
name: therealfalsereality.aquapi
version: "${app_version}"

esp32:
board: esp32dev
framework:
type: arduino

dashboard_import:
package_import_url: github://TheRealFalseReality/aquapi/aquapi_config.yaml@main
import_full_config: false

wifi:
ap:

web_server:
version: 3
sorting_groups:
Expand All @@ -33,14 +25,7 @@ web_server:
- id: sorting_group_misc
name: "Misc. Sensors"
sorting_weight: ${sorting_group_misc_weight}

# i2c Pins
i2c:
sda: ${sdaPin}
scl: ${sclPin}
scan: true
id: bus_a


text_sensor:
# AquaPi Version
- platform: template
Expand Down
15 changes: 15 additions & 0 deletions common/device_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,25 @@ substitutions:
sorting_group_diagnostic_weight: '98'
sorting_group_config_weight: '99'

esp32:
board: esp32dev
framework:
type: arduino

# Enable logging
logger:
level: "${logger}"

# i2c Pins
i2c:
sda: ${sdaPin}
scl: ${sclPin}
scan: true
id: bus_a

wifi:
ap:

# api:
# actions:
# - action: send_ezo_command
Expand Down

0 comments on commit 8cd35b1

Please sign in to comment.