Skip to content

Commit

Permalink
HACS installation
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich committed Sep 30, 2020
1 parent bdc5e3f commit f8c903d
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 9 deletions.
27 changes: 18 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
Installation
---
# Jablotron 100+

Home Assistant custom component for JABLOTRON 100+ alarm system

## Preparation

1. Connect the USB cable to Jablotron central unit
2. Restart the Home Assistant OS
3. Use the following command line to identify the appropriate device:
3. Use the following command line to identify the port:

```
$ dmesg | grep usb
Expand All @@ -12,10 +15,16 @@ Installation

The cable should be connected as `/dev/hidraw[x]`, `/dev/ttyUSB0` or similar.

4. [Download integration](https://github.com/kukulich/home-assistant-jablotron100/archive/master.zip)
5. Create folder `custom_components` in your config directory
6. Copy the folder `jablotron100` from the zip to this folder
7. Restart Home Assistant
8. Jablotron integration should be available in the integrations UI
9. Use the port found in step 3
## Installation

### HACS

1. Just use [HACS](https://hacs.xyz/) (Home Assistant Community Store)
<small>*HACS is a third party community store and is not included in Home Assistant out of the box.*</small>

### Manual

1. [Download integration](https://github.com/kukulich/home-assistant-jablotron100/archive/master.zip)
2. Copy the folder `custom_components/jablotron100` from the zip to your config directory
3. Restart Home Assistant
4. Jablotron integration should be available in the integrations UI
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions hacs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "Jablotron 100",
"content_in_root": false,
"domains": ["alarm_control_panel", "binary_sensor"],
"country": ["CS", "DA", "EN"],
"render_readme": true
}

0 comments on commit f8c903d

Please sign in to comment.