-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
11 changed files
with
93 additions
and
88 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,20 @@ | ||
{ | ||
"domain" : "hnap_device", | ||
"name" : "HNAP device", | ||
"codeowners" : [ | ||
"@ldotlopez" | ||
], | ||
"config_flow" : true, | ||
"dependencies" : [], | ||
"dhcp" : [ | ||
], | ||
"documentation" : "https://github.com/ldotlopez/ha-hnap-device", | ||
"homekit" : {}, | ||
"iot_class" : "local_polling", | ||
"issue_tracker" : "https://github.com/ldotlopez/ha-hnap-device/issues", | ||
"requirements" : [ | ||
"hnap>=1.0.1,<2.0.0" | ||
], | ||
"ssdp" : [], | ||
"version" : "1.1.1", | ||
"zeroconf" : [] | ||
"domain": "hnap_device", | ||
"name": "HNAP device", | ||
"codeowners": [ | ||
"@ldotlopez" | ||
], | ||
"config_flow": true, | ||
"dependencies": [], | ||
"dhcp": [], | ||
"documentation": "https://github.com/ldotlopez/ha-hnap-device", | ||
"homekit": {}, | ||
"iot_class": "local_polling", | ||
"issue_tracker": "https://github.com/ldotlopez/ha-hnap-device/issues", | ||
"requirements": [ | ||
"hnap>=1.0.1,<2.0.0" | ||
], | ||
"ssdp": [], | ||
"version": "1.1.2", | ||
"zeroconf": [] | ||
} |
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 |
---|---|---|
|
@@ -57,4 +57,4 @@ call: | |
required: false | ||
advanced: false | ||
selector: | ||
object: | ||
object: |
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 |
---|---|---|
|
@@ -28,4 +28,4 @@ | |
} | ||
} | ||
} | ||
} | ||
} |
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,31 +1,31 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"already_configured": "Device is already configured" | ||
}, | ||
"error": { | ||
"cannot_connect": "Failed to connect", | ||
"invalid_auth": "Invalid authentication", | ||
"invalid_device_type": "Invalid device type", | ||
"unknown": "Unexpected error" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"host": "Host", | ||
"password": "Password", | ||
"username": "Username" | ||
} | ||
} | ||
} | ||
"config": { | ||
"abort": { | ||
"already_configured": "Device is already configured" | ||
}, | ||
"error": { | ||
"cannot_connect": "Failed to connect", | ||
"invalid_auth": "Invalid authentication", | ||
"invalid_device_type": "Invalid device type", | ||
"unknown": "Unexpected error" | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"auto_reboot": "Reboot device each 12 hours" | ||
} | ||
} | ||
"step": { | ||
"user": { | ||
"data": { | ||
"host": "Host", | ||
"password": "Password", | ||
"username": "Username" | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"auto_reboot": "Reboot device each 12 hours" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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,11 +1,11 @@ | ||
{ | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"auto_reboot": "Reiniciar el dispositivo cada 12 horas" | ||
} | ||
} | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"auto_reboot": "Reiniciar el dispositivo cada 12 horas" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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,22 +1,22 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"already_configured": "Il Dispositivo è già configurato" | ||
}, | ||
"error": { | ||
"cannot_connect": "Impossibile connettersi", | ||
"invalid_auth": "Autenticazione non valida", | ||
"invalid_device_type": "Tipo disponisitivo non valido", | ||
"unknown": "Errore imprevisto" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"host": "Host", | ||
"password": "Password", | ||
"username": "Username" | ||
} | ||
} | ||
"config": { | ||
"abort": { | ||
"already_configured": "Il Dispositivo \u00e8 gi\u00e0 configurato" | ||
}, | ||
"error": { | ||
"cannot_connect": "Impossibile connettersi", | ||
"invalid_auth": "Autenticazione non valida", | ||
"invalid_device_type": "Tipo disponisitivo non valido", | ||
"unknown": "Errore imprevisto" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"host": "Host", | ||
"password": "Password", | ||
"username": "Username" | ||
} | ||
} | ||
} | ||
} | ||
} |
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