Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HACS support #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# iq_notify
# IqNotify - Intelligent notifications in Home Assistant

[![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg?style=for-the-badge)](https://github.com/hacs/integration)

## How to install

### HACS method
1. Add this repository as a custom-repository into HACS
2. Click download
3. Restart Home Assistant

### Manual method
1. Clone repository into $HASS_HOME/custom_components/iq_notify.
2. Restart Home Assistant.
3. Update your configuration.yaml - example below.

### Configuration
- Update your configuration.yaml - example below.

The contents of this repository should be in a directory named `iq_notify` inside `custom_components` of your Home Assistant.

Expand Down
Binary file added custom_components/.DS_Store
Binary file not shown.
File renamed without changes.
10 changes: 10 additions & 0 deletions custom_components/iq_notify/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"domain": "iq_notify",
"name": "IqNotify",
"version": "1.0.0",
"requirements": [],
"dependencies": [],
"codeowners": ["@cadavre"],
"issue_tracker": "https://github.com/cadavre/iq_notify/issues",
"documentation": "https://github.com/cadavre/iq_notify"
}
File renamed without changes.
4 changes: 4 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "IqNotify",
"render_readme": true
}
8 changes: 0 additions & 8 deletions manifest.json

This file was deleted.