-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daniel Mason
committed
Jul 16, 2022
1 parent
6c9b83b
commit cb85c04
Showing
8 changed files
with
10,482 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,9 +33,7 @@ jobs: | |
uses: zcong1993/[email protected] | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
# The name of the base branch that the head will be merged into | ||
base: master | ||
# The head to merge. This can be a branch name or a commit SHA1 | ||
head: develop | ||
- uses: actions/checkout@v1 | ||
- name: Push to master | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
{ | ||
"domain": "entity_controller", | ||
"name": "Entity Controller", | ||
"documentation": "https://github.com/danobot/entity-controller/blob/master/README.md", | ||
"requirements": [ | ||
"transitions==0.8.8" | ||
], | ||
"dependencies": [ | ||
], | ||
"after_dependencies": [ | ||
"light", | ||
"script" | ||
], | ||
"codeowners": ["@danobot"], | ||
"homeassistant": "0.117.0", | ||
"version": "9.4.0" | ||
"domain": "entity_controller", | ||
"name": "Entity Controller", | ||
"documentation": "https://github.com/danobot/entity-controller/blob/master/README.md", | ||
"requirements": [ | ||
"transitions==0.8.8" | ||
], | ||
"dependencies": [], | ||
"after_dependencies": [ | ||
"light", | ||
"script" | ||
], | ||
"codeowners": [ | ||
"@danobot" | ||
], | ||
"homeassistant": "2022.7.4", | ||
"version": "9.5.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"name": "Entity Controller", | ||
"homeassistant": "0.117.0" | ||
"homeassistant": "2022.7.4" | ||
} |
Oops, something went wrong.