-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated for HA 2025.1, added support for Kosovo, added Dutch translat…
…ion, fixed IDs for calendar entities not being unique
- Loading branch information
1 parent
5093427
commit 6f14749
Showing
10 changed files
with
171 additions
and
8 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
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,61 @@ | ||
{ | ||
"config": { | ||
"step": { | ||
"user": { | ||
"data": { | ||
"password": "Wachtwoord", | ||
"username": "Gebruikersnaam", | ||
"country": "Land", | ||
"brand": "Merk" | ||
}, | ||
"title": "Inloggegevens", | ||
"description": "Hetzelfde als de myVAILLANT-app" | ||
} | ||
}, | ||
"error": { | ||
"login_endpoint_invalid": "Er is geen inlogmethode gevonden voor deze combinatie van merk en land", | ||
"realm_invalid": "Voor dit merk moet een land worden geselecteerd", | ||
"authentication_failed": "Authenticatie mislukt, controleer uw gebruikersnaam en wachtwoord en zorg ervoor dat u het juiste land en apparaatmerk heeft geselecteerd", | ||
"unknown": "Onverwachte fout" | ||
} | ||
}, | ||
"entity": { | ||
"climate": { | ||
"mypyllant_zone": { | ||
"state_attributes": { | ||
"preset_mode": { | ||
"state": { | ||
"system_off": "Systeem uit", | ||
"ventilation_boost": "Ventilatieboost", | ||
"boost": "Quick Veto", | ||
"away": "Vakantie" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"init": { | ||
"data": { | ||
"update_interval": "Seconden tussen updates (verkleint het risico op 'quota overschreden'-fouten en tijdelijke verbanningen)", | ||
"update_interval_daily": "Seconden tussen updates van energiegegevens (verlagen van het risico op 'quota overschreden'-fouten en tijdelijke verbanningen)", | ||
"refresh_delay": "Vertraging in seconden voordat gegevens worden vernieuwd na updates", | ||
"quick_veto_duration": "Standaardduur in uren voor quick veto", | ||
"holiday_duration": "Standaardduur in dagen voor de afwezigheidsmodus", | ||
"time_program_overwrite": "Temperatuurregelaars overschrijven het tijdprogramma in plaats van de instelling quick veto", | ||
"default_holiday_setpoint": "Standaard temperatuurinstelpunt voor afwezigheidsmodus", | ||
"manual_cooling_duration": "Standaardduur voor handmatige koeling in dagen", | ||
"country": "Land", | ||
"brand": "Merk", | ||
"fetch_rts": "Haal realtime statistieken op (niet op elk systeem ondersteund)", | ||
"fetch_mpc": "Realtime energieverbruik ophalen (niet op elk systeem ondersteund)", | ||
"fetch_ambisense_rooms": "Haal Ambisense kamerthermostaten op", | ||
"fetch_energy_management": "Energiebeheergegevens ophalen", | ||
"fetch_eebus": "Haal EEBUS-gegevens op" | ||
} | ||
} | ||
} | ||
} | ||
} |
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