fix: disable Local Push for Active Energy Consumed/Produced #89
Travis CI / Travis CI - Pull Request
succeeded
Feb 23, 2024 in 43s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #89 fix: disable Local Push for Active Energy Consumed/Produced.
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"install": [
"echo \"Nothing to install, $TRAVIS_TAG\""
],
"script": [
"echo \"Nothing to test\" && true"
],
"before_deploy": [
"cd custom_components/wibeee",
"zip -r hass_wibeee ."
],
"deploy": [
{
"provider": "releases",
"tag_name": "$TRAVIS_TAG",
"name": "$TRAVIS_TAG",
"file": [
"hass_wibeee.zip"
],
"skip_cleanup": true,
"draft": true,
"prerelease": true,
"on": {
"tags": true
},
"token": "$GITHUB_OAUTH_TOKEN"
}
]
}
Loading