Skip to content

Commit

Permalink
still testing
Browse files Browse the repository at this point in the history
  • Loading branch information
crjeder committed Oct 19, 2024
1 parent e4d4972 commit 55a9988
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/esphome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:

jobs:
build:
uses: esphome/workflows/.github/workflows/publish.yml@main
uses: esphome/workflows/.github/workflows/build.yml@main
with:
files: rabbit-hutch.yaml
name: Rabbit Hutch
6 changes: 5 additions & 1 deletion rabbit-hutch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,8 @@ sun:
- state_machine.transition: TIME_CLOSE
- elevation:
then:
- logger.log: geht doch
if:
condition:
state_machine.state: "Error"
then:
- logger.log "Danger! Hutch still in error state. Check immediately"
5 changes: 2 additions & 3 deletions snip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
state_machine.state:
value: "WAITING"
then:
- logger.log: "Danger! Rabits are not in the hutch at dawn!"
- logger.log: "Danger! Rabbits are not in the hutch at dawn!"
- state_machine.transition: ERROR
else:
- if:
condition:
state_machine.state:
value: "Error"
state_machine.state: "Error"
then:
- logger.log: "Danger! Hutch still in error state. Check immediately"

0 comments on commit 55a9988

Please sign in to comment.