You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"headerDisplay": "Enter the login credentials for your Abode account.",
"schema": {
"type": "object",
"properties": {
"email": {
"title": "Email",
"type": "string",
"description": "Email registered with Abode",
"required": true
},
"password": {
"title": "Password",
"type": "string",
"required": true
},
"pollingInterval": {
"title": "Polling Interval for Removed Devices.",
"description": "(Optional) Sets the frequency (in minutes) that the plugin will poll Abode for removed devices. If left blank, polling is disabled. Minimum setting is 5 minutes.",