Skip to content

Commit

Permalink
V1.0.3 (#296)
Browse files Browse the repository at this point in the history
* Update error handling

* Remove unused variables
Also add additional typing

* Update pyglowmarkt dependency
A new version has now been published

* Bump version

* Remove advanced codeql workflow

* Consolidate workflows

* Change some debug logging to warning
  • Loading branch information
HandyHat committed Jan 14, 2023
1 parent 1de64c7 commit e894e20
Show file tree
Hide file tree
Showing 6 changed files with 103 additions and 223 deletions.
71 changes: 0 additions & 71 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/hassfest.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/validate.yaml

This file was deleted.

23 changes: 23 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Validate

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: "27 0 * * 6"
workflow_dispatch:

jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/[email protected]
- name: HACS Validation
uses: "hacs/[email protected]"
with:
category: "integration"
- name: Hassfest Validation
uses: home-assistant/actions/hassfest@master
4 changes: 2 additions & 2 deletions custom_components/hildebrandglow_dcc/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"documentation": "https://github.com/HandyHat/ha-hildebrandglow-dcc",
"issue_tracker": "https://github.com/HandyHat/ha-hildebrandglow-dcc/issues",
"requirements": [
"https://github.com/cybermaggedon/pyglowmarkt/archive/69e9c949a3f0d0293ad1af4005de154b5de04234.zip#pyglowmarkt==0.5.4"
"pyglowmarkt==0.5.5"
],
"codeowners": [
"@HandyHat"
],
"iot_class": "cloud_polling",
"version": "1.0.2"
"version": "1.0.3"
}
Loading

0 comments on commit e894e20

Please sign in to comment.