Skip to content

Commit

Permalink
Merge pull request #206 from robinostlund/master
Browse files Browse the repository at this point in the history
  • Loading branch information
argoyle authored Aug 8, 2022
2 parents 1f94696 + 4611fdd commit 70dd120
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/hacs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Validate with hacs action

on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"

jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: hacs/action@main
with:
category: integration
comment: True
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![hacs_badge](https://img.shields.io/badge/HACS-Custom-orange.svg?style=for-the-badge)](https://github.com/custom-components/hacs)
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/hacs/integration)
[![Join the chat at https://gitter.im/ha-ferroamp/community](https://img.shields.io/gitter/room/henricm/ha-ferroamp?style=for-the-badge)](https://gitter.im/ha-ferroamp/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

# Home assistant sensors for Ferroamp EnergyHub
Expand Down
1 change: 1 addition & 0 deletions custom_components/ferroamp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "1.8.0",
"config_flow": true,
"documentation": "https://github.com/henricm/ha-ferroamp/",
"issue_tracker": "https://github.com/henricm/ha-ferroamp/issues",
"dependencies": [
"mqtt"
],
Expand Down

0 comments on commit 70dd120

Please sign in to comment.