diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80ec5c42..c0b3d027 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,25 +15,24 @@ jobs: - rgbww-light - rgbct-light - rgbw-light + - cb02 - garage-door - - ws2812b - mini-switch - relay-board-x1 - relay-board-x2 - relay-board-x4 - relay-board-x8 + - rgb-light + - rgbct-light + - rgbww-light - smart-plug - smart-plug-v2 - wall-outlet - sw01 - - sw01-v2 - sw02 - - sw02-v2 - sw03 - sw04 - - cb02 - - ls-4p-3wire - - ls-4p-4wire + - ws2812b steps: - name: Checkout source uses: actions/checkout@v3.2.0 diff --git a/README.md b/README.md index c6bce795..18b30f66 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,4 @@ Athom_Mini_Switch||athom-cb02.yaml Athom_Garage_Door_Opener||athom-garage-door.yaml Athom_Plug||athom-smart-plug.yaml|

Discontinued

+- Download ESPHome firmware here https://github.com/tarontop/athom-configs/actions diff --git a/athom-smart-plug-v2.yaml b/athom-smart-plug-v2.yaml index f872db8d..205fc5b4 100644 --- a/athom-smart-plug-v2.yaml +++ b/athom-smart-plug-v2.yaml @@ -83,6 +83,7 @@ sensor: filters: - lambda: if (x < 0.060) return 0.0; else return x; #For the chip will report less than 3w power when no load is connected + voltage: name: "${friendly_name} Voltage" power: diff --git a/athom-sw02-v2.yaml b/athom-sw02-v2.yaml index 214c5a07..a194081c 100644 --- a/athom-sw02-v2.yaml +++ b/athom-sw02-v2.yaml @@ -137,6 +137,7 @@ light: output: relay2 restore_mode: ${light2_restore_mode} + on_turn_on: - light.turn_on: light4 on_turn_off: