From fc2628495b643aad0d04efb983a7258d913b3a22 Mon Sep 17 00:00:00 2001 From: Aleix Murtra Date: Sun, 26 Nov 2023 19:44:28 +0100 Subject: [PATCH] Add missing license and hcas.json --- .github/workflows/tag.yaml | 6 ++++-- LICENSE | 21 +++++++++++++++++++++ hacs.json | 5 +++++ 3 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 LICENSE create mode 100644 hacs.json diff --git a/.github/workflows/tag.yaml b/.github/workflows/tag.yaml index 37e7f0f..97df1af 100644 --- a/.github/workflows/tag.yaml +++ b/.github/workflows/tag.yaml @@ -1,13 +1,15 @@ +on: push: branches: - - master + - main jobs: release-on-push: + permissions: write-all runs-on: ubuntu-latest env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: rymndhng/release-on-push-action@master with: - bump_version_scheme: minor \ No newline at end of file + bump_version_scheme: minor diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..bbfac1a --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Rui Dias + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/hacs.json b/hacs.json new file mode 100644 index 0000000..4dd895a --- /dev/null +++ b/hacs.json @@ -0,0 +1,5 @@ +{ + "homeassistant": "2023.11.0", + "name": "Nissan Connect", + "render_readme": true +} \ No newline at end of file