Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
tarontop authored Feb 7, 2023
2 parents a7e8ef9 + f2d4000 commit 3526337
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ Athom_Mini_Switch|<img src="/images/Athom_Mini_Relay.png" width="50%" height="20
Athom_CB02_Switch|<img src="/images/Athom_CB02.png" width="50%" height="20%">|athom-cb02.yaml
Athom_Garage_Door_Opener|<img src="/images/Athom_Garage_Door_Opener.png" width="50%" height="20%">|athom-garage-door.yaml
Athom_Plug|<img src="/images/Athom_EU_Plug.png" width="50%" height="20%">|athom-smart-plug.yaml|<h4>Discontinued</h4>
- Download ESPHome firmware here https://github.com/tarontop/athom-configs/actions
1 change: 1 addition & 0 deletions athom-smart-plug-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions athom-sw02-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ light:
output: relay2
restore_mode: ${light2_restore_mode}


on_turn_on:
- light.turn_on: light4
on_turn_off:
Expand Down

0 comments on commit 3526337

Please sign in to comment.