-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5049666
commit bda9d05
Showing
1 changed file
with
32 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"config": { | ||
"error": { | ||
"invalid_credentials": "The API key provided is not valid." | ||
}, | ||
"step": { | ||
"user": { | ||
"description": "This integration uses the Olarm API (https://user.olarm.co/#/api) to control your Olarm Devices. Please enter your API key to continue:", | ||
"data": { | ||
"api_key": "Olarm API key to connect to Olarm's API.", | ||
"scan_period": "The interval in seconds to update the data for the sensors and areas.", | ||
"olarm_arm_code": "The code used to authenticate the actions of the device." | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"error": { | ||
"invalid_credentials": "The API key provided is not valid." | ||
}, | ||
"step": { | ||
"user": { | ||
"description": "This integration uses the Olarm API (https://user.olarm.co/#/api) to control your Olarm Devices. Please enter your API key to continue:", | ||
"data": { | ||
"api_key": "Olarm API key to connect to Olarm's API.", | ||
"scan_period": "The interval in seconds to update the data for the sensors and areas.", | ||
"olarm_arm_code": "The code used to authenticate the actions of the device." | ||
} | ||
} | ||
} | ||
} | ||
} |