Skip to content

Commit

Permalink
new changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fwmarcel committed Jan 28, 2024
1 parent 7af80ac commit 6f16580
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 28 deletions.
34 changes: 17 additions & 17 deletions .github/release.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
changelog:
exclude:
labels:
- ignore-for-release
- dependencies
categories:
- title: Breaking Changes ⚠️
labels:
- breaking-change
- title: New Features 🥳
labels:
- enhancement
- title: Bug Fixes 🐞
labels:
- bug
- title: Other Changes
labels:
- "*"
exclude:
labels:
- ignore-for-release
- dependencies
categories:
- title: Breaking Changes 🛠
labels:
- breaking-change
- title: New Features 🎉
labels:
- enhancement
- title: Bug Fixes 🐛
labels:
- bug
- title: Other Changes
labels:
- "*"
8 changes: 0 additions & 8 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: "Validate"

on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
push:
branches:
- "main"
Expand All @@ -18,20 +15,15 @@ jobs:
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v4.1.1"

- name: "Run hassfest validation"
uses: "home-assistant/actions/hassfest@master"

hacs: # https://github.com/hacs/action
name: "HACS Validation"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v4.1.1"

- name: "Run HACS validation"
uses: "hacs/action@main"
with:
category: "integration"
# Remove this 'ignore' key when you have added brand images for your integration to https://github.com/home-assistant/brands
ignore: "brands"
2 changes: 1 addition & 1 deletion config/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ logger:

debugpy:
start: true
wait: true
wait: false
3 changes: 1 addition & 2 deletions divera-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ blueprint:
domain: automation
author: fwmarcel
source_url: https://github.com/fwmarcel/home-assistant-divera/blob/main/divera-blueprint.yaml
homeassistant:
homeassistant:
min_version: 2022.4.0
input:
divera_sensor:
Expand Down Expand Up @@ -35,7 +35,6 @@ blueprint:
action: {}
mode: parallel
max: 10

variables:
self_addressed: !input self_addressed
trigger:
Expand Down

0 comments on commit 6f16580

Please sign in to comment.