forked from home-assistant/core
-
Notifications
You must be signed in to change notification settings - Fork 0
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
c680c07
commit 53a3f2e
Showing
8 changed files
with
129 additions
and
29 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"already_setup": "U kunt slechts \u00e9\u00e9n iAqualink-verbinding configureren." | ||
}, | ||
"error": { | ||
"connection_failure": "Kan geen verbinding maken met iAqualink. Controleer je gebruikersnaam en wachtwoord." | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"password": "Wachtwoord", | ||
"username": "Gebruikersnaam/E-mailadres" | ||
}, | ||
"description": "Voer de gebruikersnaam en het wachtwoord voor uw iAqualink-account in.", | ||
"title": "Verbinding maken met iAqualink" | ||
} | ||
}, | ||
"title": "Jandy iAqualink" | ||
} | ||
} |
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,21 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"site_exists": "Deze site_id is al geconfigureerd" | ||
}, | ||
"error": { | ||
"site_exists": "Deze site_id is al geconfigureerd" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"api_key": "De API-sleutel voor deze site", | ||
"name": "De naam van deze installatie", | ||
"site_id": "De SolarEdge site-id" | ||
}, | ||
"title": "Definieer de API-parameters voor deze installatie" | ||
} | ||
}, | ||
"title": "SolarEdge" | ||
} | ||
} |
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,17 @@ | ||
{ | ||
"device_automation": { | ||
"action_type": { | ||
"toggle": "Commuta {entity_name}", | ||
"turn_off": "Desactiva {entity_name}", | ||
"turn_on": "Activa {entity_name}" | ||
}, | ||
"condition_type": { | ||
"turn_off": "{entity_name} desactivat", | ||
"turn_on": "{entity_name} activat" | ||
}, | ||
"trigger_type": { | ||
"turn_off": "{entity_name} desactivat", | ||
"turn_on": "{entity_name} activat" | ||
} | ||
} | ||
} |
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,17 @@ | ||
{ | ||
"device_automation": { | ||
"action_type": { | ||
"toggle": "Omschakelen {entity_name}", | ||
"turn_off": "Zet {entity_name} uit.", | ||
"turn_on": "Zet {entity_name} aan." | ||
}, | ||
"condition_type": { | ||
"turn_off": "{entity_name} uitgeschakeld", | ||
"turn_on": "{entity_name} ingeschakeld" | ||
}, | ||
"trigger_type": { | ||
"turn_off": "{entity_name} uitgeschakeld", | ||
"turn_on": "{entity_name} ingeschakeld" | ||
} | ||
} | ||
} |
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,17 @@ | ||
{ | ||
"device_automation": { | ||
"action_type": { | ||
"toggle": "Prze\u0142\u0105cz {entity_name}", | ||
"turn_off": "Wy\u0142\u0105cz {entity_name}", | ||
"turn_on": "W\u0142\u0105cz {entity_name}" | ||
}, | ||
"condition_type": { | ||
"turn_off": "{entity_name} wy\u0142\u0105czone", | ||
"turn_on": "{entity_name} w\u0142\u0105czone" | ||
}, | ||
"trigger_type": { | ||
"turn_off": "{entity_name} wy\u0142\u0105czone", | ||
"turn_on": "{entity_name} w\u0142\u0105czone" | ||
} | ||
} | ||
} |
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