-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for ConfigFlow, close #5
- Loading branch information
Showing
11 changed files
with
608 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1 @@ | ||
# Loads default set of integrations. Do not remove. | ||
default_config: | ||
|
||
inim: | ||
password: !secret inim_alarm_password | ||
username: !secret inim_alarm_username | ||
client_id: "123456" | ||
device_id: "789012" | ||
# TODO: add support for panels | ||
# panels: | ||
# - name: roof | ||
# unique_id: roof | ||
# scenarios: # use this to override default scenario ids | ||
# armed_away: 0 | ||
# disarmed: 1 | ||
# armed_night: 2 | ||
# armed_home: 3 | ||
# - name: 1st Floor | ||
# unique_id: 1stfloor | ||
# scenarios: | ||
# armed_away: 3 | ||
# disarmed: 3 | ||
# armed_night: 1 | ||
# armed_home: 5 | ||
# configuration setup has been deprecated, please use HACS and UI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.