-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #78 from peribeir/peribeir/issue73
Integration fails on bridge with password protection
- Loading branch information
Showing
8 changed files
with
109 additions
and
48 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
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
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,51 +1,53 @@ | ||
{ | ||
"title": "Rademacher HomePilot", | ||
"options": { | ||
"step": { | ||
"init": { | ||
"title": "Configuración", | ||
"description": "", | ||
"data": { | ||
"exclude": "EXCLUIR dispositivos (marca los dispositivos que NO quieres agregar):", | ||
"sensor_type": "Selecciona los sensores de Contacto con posición inclinada:" | ||
"title": "Rademacher HomePilot", | ||
"options": { | ||
"step": { | ||
"init": { | ||
"title": "Configuración", | ||
"description": "", | ||
"data": { | ||
"exclude": "EXCLUIR dispositivos (marca los dispositivos que NO quieres agregar):", | ||
"sensor_type": "Selecciona los sensores de Contacto con posición inclinada:" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Introduce el Hostname/IP del dispositivo Bridge", | ||
"description": "Por favor, escribe el Hostname o dirección IP de tu dispositivo Rademacher Bridge (Start2Smart or HomePilot).", | ||
"data": { | ||
"host": "Hostname/IP" | ||
}, | ||
"config": { | ||
"step": { | ||
"user": { | ||
"title": "Introduce el Hostname/IP del dispositivo Bridge", | ||
"description": "Por favor, escribe el Hostname o dirección IP de tu dispositivo Rademacher Bridge (Start2Smart or HomePilot).", | ||
"data": { | ||
"host": "Hostname/IP" | ||
} | ||
}, | ||
"user_password": { | ||
"title": "Introducir contraseña", | ||
"description": "Por favor, escribe la contraseña de tu Rademacher Bridge (Start2Smart or HomePilot).", | ||
"data": { | ||
"password": "Contraseña" | ||
} | ||
}, | ||
"config": { | ||
"title": "Configuración", | ||
"description": "", | ||
"data": { | ||
"exclude": "EXCLUIR dispositivos (marca los dispositivos que NO quieres agregar):", | ||
"sensor_type": "Selecciona los sensores de Contacto con posición inclinada:" | ||
} | ||
} | ||
}, | ||
"user_password": { | ||
"title": "Introducir contraseña", | ||
"description": "Por favor, escribe la contraseña de tu Rademacher Bridge (Start2Smart or HomePilot).", | ||
"data": { | ||
"password": "Contraseña" | ||
} | ||
"error": { | ||
"no_device_selected": "Tienes que seleccionar al menos un dispositivo.", | ||
"cannot_connect": "Error al conectarse al bridge. Por favor, comprueba que el bridge está conectado a la red, y que el Hostname/IP son correctos.", | ||
"auth_error": "Contraseña inválida. Asegúrate de introducir la contraseña correcta.", | ||
"unknown": "Error desconocido." | ||
}, | ||
"config": { | ||
"title": "Configuración", | ||
"description": "", | ||
"data": { | ||
"exclude": "EXCLUIR dispositivos (marca los dispositivos que NO quieres agregar):", | ||
"sensor_type": "Selecciona los sensores de Contacto con posición inclinada:" | ||
} | ||
"abort": { | ||
"no_devices_found": "No se han encontrado dispositivos.", | ||
"cannot_connect": "Error al conectarse al bridge. Por favor, comprueba que el bridge está conectado a la red, y que el Hostname/IP son correctos.", | ||
"reauth_successful": "La reautenticación fue exitosa." | ||
} | ||
}, | ||
"error": { | ||
"no_device_selected": "Tienes que seleccionar al menos un dispositivo.", | ||
"cannot_connect": "Error al conectarse al bridge. Por favor, comprueba que el bridge está conectado a la red, y que el Hostname/IP son correctos.", | ||
"auth_error": "Contraseña inválida. Asegúrate de introducir la contraseña correcta.", | ||
"unknown": "Error desconocido." | ||
}, | ||
"abort": { | ||
"no_devices_found": "No se han encontrado dispositivos.", | ||
"cannot_connect": "Error al conectarse al bridge. Por favor, comprueba que el bridge está conectado a la red, y que el Hostname/IP son correctos." | ||
} | ||
} | ||
} | ||
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
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