Skip to content

Commit

Permalink
Merge pull request #53 from TheRealFalseReality/test
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
TheRealFalseReality authored Mar 22, 2024
2 parents 225baf2 + 8679e65 commit 027d160
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 5 deletions.
6 changes: 3 additions & 3 deletions aquapi_config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
substitutions:
# names
name: "aquapi"
friendly_name: "AquaPi"
friendly_name: "AquaPi TEST"
# App Version - Updated: 11/2023
app_version: "1.6"
app_version: "1.6.1-test"

packages:
device_base: !include common/device_base.yaml
Expand All @@ -20,4 +20,4 @@ packages:
# ezo_pmp_extra: !include common/ezo_pmp_extra.yaml
ezo_pmp_change: !include common/ezo_pmp_change.yaml
# ezo_commands: !include common/ezo_commands.yaml
# debug: !include common/debug.yaml
debug: !include common/debug.yaml
23 changes: 23 additions & 0 deletions aquapi_config_build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
substitutions:
# names
name: "aquapi"
friendly_name: "AquaPi"
# App Version - Updated: 11/2023
app_version: "1.6"

packages:
device_base: !include common/device_base.yaml
aquapi: !include common/aquapi.yaml
dallas: !include common/temperature_dallas.yaml
binary: !include common/binary.yaml
ezo_ph: !include common/ezo_ph.yaml
ezo_ec: !include common/ezo_ec.yaml
# ezo_hum: !include common/ezo_hum.yaml
# ezo_rtd: !include common/ezo_rtd.yaml
ezo_co2: !include common/ezo_co2.yaml
# ezo_do: !include common/ezo_do.yaml
ezo_pmp: !include common/ezo_pmp.yaml
# ezo_pmp_extra: !include common/ezo_pmp_extra.yaml
ezo_pmp_change: !include common/ezo_pmp_change.yaml
# ezo_commands: !include common/ezo_commands.yaml
# debug: !include common/debug.yaml
4 changes: 2 additions & 2 deletions common/binary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ binary_sensor:
# Optical Sensor - LOW (yellow)
- platform: gpio
id: os_low
disabled_by_default: true
# disabled_by_default: true
pin:
number: ${opticalLowPin}
inverted: true
Expand All @@ -33,7 +33,7 @@ binary_sensor:
# Optical Sensor - HIGH (blue)
- platform: gpio
id: os_high
disabled_by_default: true
# disabled_by_default: true
pin:
number: ${opticalHighPin}
inverted: true
Expand Down
3 changes: 3 additions & 0 deletions common/ezo_pmp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ sensor:
icon: mdi:cube-scan
device_class: 'volume'
unit_of_measurement: 'mL'
state_class: total
- platform: ezo_pmp
id: ezo_pump
total_volume_dosed:
Expand All @@ -81,6 +82,7 @@ sensor:
name: Pump - Absolute Total Volume Dosed
icon: mdi:timer-sand-full
device_class: 'volume'
state_class: total
unit_of_measurement: 'mL'
- platform: ezo_pmp
id: ezo_pump
Expand All @@ -89,6 +91,7 @@ sensor:
name: Pump - Last Volume Requested
icon: mdi:history
device_class: 'volume'
state_class: total
unit_of_measurement: 'mL'
- platform: ezo_pmp
id: ezo_pump
Expand Down
6 changes: 6 additions & 0 deletions common/ezo_pmp_change.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ sensor:
name: Pump Waste - Current Volume Dosed
icon: mdi:cube-scan
device_class: 'volume'
state_class: total
unit_of_measurement: 'mL'
- platform: ezo_pmp
id: ezo_pump_waste
Expand All @@ -159,13 +160,15 @@ sensor:
name: Pump Waste - Absolute Total Volume Dosed
icon: mdi:timer-sand-full
device_class: 'volume'
state_class: total
unit_of_measurement: 'mL'
- platform: ezo_pmp
id: ezo_pump_waste
last_volume_requested:
id: last_volume_requested_waste
name: Pump Waste - Last Volume Requested
icon: mdi:history
state_class: total
device_class: 'volume'
unit_of_measurement: 'mL'
- platform: ezo_pmp
Expand All @@ -189,6 +192,7 @@ sensor:
name: Pump Clean - Current Volume Dosed
icon: mdi:cube-scan
device_class: 'volume'
state_class: total
unit_of_measurement: 'mL'
- platform: ezo_pmp
id: ezo_pump_clean
Expand All @@ -206,6 +210,7 @@ sensor:
name: Pump Clean - Absolute Total Volume Dosed
icon: mdi:timer-sand-full
device_class: 'volume'
state_class: total
unit_of_measurement: 'mL'
- platform: ezo_pmp
id: ezo_pump_clean
Expand All @@ -214,6 +219,7 @@ sensor:
name: Pump Clean - Last Volume Requested
icon: mdi:history
device_class: 'volume'
state_class: total
unit_of_measurement: 'mL'
- platform: ezo_pmp
id: ezo_pump_clean
Expand Down
3 changes: 3 additions & 0 deletions common/ezo_pmp_extra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ sensor:
name: Pump 2 - Current Volume Dosed
icon: mdi:cube-scan
device_class: 'volume'
state_class: total
unit_of_measurement: 'mL'
- platform: ezo_pmp
id: ezo_pump_2
Expand All @@ -81,6 +82,7 @@ sensor:
name: Pump 2 - Absolute Total Volume Dosed
icon: mdi:timer-sand-full
device_class: 'volume'
state_class: total
unit_of_measurement: 'mL'
- platform: ezo_pmp
id: ezo_pump_2
Expand All @@ -89,6 +91,7 @@ sensor:
name: Pump 2 - Last Volume Requested
icon: mdi:history
device_class: 'volume'
state_class: total
unit_of_measurement: 'mL'
- platform: ezo_pmp
id: ezo_pump_2
Expand Down

0 comments on commit 027d160

Please sign in to comment.