Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealFalseReality committed Nov 30, 2024
2 parents 3f5dc28 + 2c48884 commit a57f859
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion common/aquapi.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
substitutions:
# names
name: "aquapi"
friendly_name: "AquaPi"
comment: "AquaPi ESP32 - Aquarium Controller & Monitor"
project_name: "therealfalsereality.aquapi"
sorting_group_name: "AquaPi "
sorting_group_name: "AquaPi"

dashboard_import:
Expand Down Expand Up @@ -28,4 +34,4 @@ text_sensor:
return {"github.com/TheRealFalseReality/aquapi"};
entity_category: "diagnostic"
web_server:
sorting_group_id: sorting_group_diagnostic
sorting_group_id: sorting_group_diagnostic
6 changes: 3 additions & 3 deletions common/device_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ substitutions:
logger: "DEBUG"

# I2C pins
sdaPin: "21" # yellow/TX PMP-green
sclPin: "22" # blue/RX PMP-white
sdaPin: "21" # yellow/TX PMP -> green
sclPin: "22" # blue/RX PMP -> white

sorting_group_name: ""
sorting_group_misc_weight: '97'
Expand Down Expand Up @@ -222,4 +222,4 @@ button:
disabled_by_default: true
id: shutdown_button
web_server:
sorting_group_id: sorting_group_config
sorting_group_id: sorting_group_config

0 comments on commit a57f859

Please sign in to comment.