mirror of
https://github.com/randybb/esphome-configs.git
synced 2026-01-02 11:37:28 +01:00
Fix for Sewage Treatment Blower
This commit is contained in:
@@ -104,12 +104,14 @@ select:
|
||||
- lambda: |-
|
||||
switch (i) {
|
||||
case 0: {
|
||||
id(blower_auto) = false;
|
||||
id(relay_1).turn_on();
|
||||
} break;
|
||||
case 1: {
|
||||
//;
|
||||
id(blower_auto) = true;
|
||||
} break;
|
||||
case 2:
|
||||
id(blower_auto) = false;
|
||||
id(relay_1).turn_off();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user