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

Update README.md #87

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,15 @@ This is very much a community project so if you wish to chip in then please do!!
You will need to copy the following files into your home assistant configuration directory

alarm.yaml *This files stores your alarm configuration. An options page will be created for this file*

custom_components/alarm_control_panel/bwalarm.py *The brains of the operation. This is the logic of the custom alarm system*

panels/alarm.html *This is the interface for the custom alarm component. It's actually optional as the alarm will function without it but recommended for ease of setup*

www/alarm/[ALL FILES] *These files control how the interface looks and feels*

www/lib/[ALL FILES] *These files add additional functionality to the interface in order to work*

www/images/ha.png *An image file used for the interface log*

To get things working with Home Assistant (HA) you will need to adjust your configuration.yaml to instruct HA to use your new custom alarm component, add the following to this file:
Expand Down