Skip to content

Commit

Permalink
Merge pull request #47 from TheRealFalseReality/test
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
TheRealFalseReality authored Feb 25, 2024
2 parents f896ed3 + e4f5b8b commit 149987c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common/device_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ sensor:
id: i2c_devices
icon: mdi:integrated-circuit-chip
entity_category: "diagnostic"
disabled_by_default: true
# disabled_by_default: true
lambda: |-
byte error, address;
int nDevices;
Expand Down
12 changes: 12 additions & 0 deletions common/ezo_pmp_change.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,18 @@ api:
return volume;
duration: !lambda |-
return duration;
- service: pump_water_change_quick
variables:
volume: float
then:
- ezo_pmp.dose_volume:
id: ezo_pump_clean
volume: !lambda |-
return volume;
- ezo_pmp.dose_volume:
id: ezo_pump_waste
volume: !lambda |-
return volume;
- service: pump_waste_change_address
variables:
address: int
Expand Down

0 comments on commit 149987c

Please sign in to comment.