Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
basbruss authored Nov 2, 2023
2 parents c32cd79 + dcb6117 commit f569a02
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ custom_popup_imswel_person:
style: >
--popup-padding-x: 0px;
--popup-padding-y: 0px;
card_mod:
style:
ha-dialog: >
.content .container{
padding: 0 !important;
}
content:
type: "vertical-stack"
cards:
Expand Down Expand Up @@ -154,7 +160,6 @@ custom_popup_imswel_person:
ha-card{
box-shadow: none;
border-radius: 0px;
margin-bottom: -4px;
}
ha-map:
$: >
Expand Down
28 changes: 14 additions & 14 deletions custom_components/ui_lovelace_minimalist/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,34 @@
"config": {
"step": {
"user": {
"title": "UI Lovelace Minimalist Configuration",
"title": "Configuration de UI Lovelace Minimalist",
"description": "",
"data": {
"community_cards_enabled": "Enable the ability to configure community cards with this integrations, Does require github authentication!"
"community_cards_enabled": "Activer la possibilité de configurer des cartes communautaires avec cette intégration, nécessite une authentification github!"
}
},
"device": {
"title": "Waiting for device activation"
"title": "En attente d'activation de l'appareil"
},
"reauth_confirm": {
"title": "Reauthentication needed",
"description": "You need to reauthenticate with GitHub."
"title": "Réauthentification requise",
"description": "Vous devez vous authentifier à nouveau avec GitHub."
}
},
"abort": {
"single_instance_allowed": "Une seule instance UI Lovelace Minimalist est autorisée.",
"not_setup": "UI Lovelace Minimalist n'est pas configuré.",
"github": "Could not authenticate with GitHub, try again later.",
"reauth_successful": "Reauthentication was successful."
"github": "Impossible de s'authentifier avec GitHub, réessayez plus tard.",
"reauth_successful": "La réauthentification a réussi."
},
"progress": {
"wait_for_device": "1. Open {url} \n2.Paste the following key to authorize ULM: \n```\n{code}\n```\n"
"wait_for_device": "1. Ouvrir {url} \n2.Collez la clé suivante pour autoriser ULM: \n```\n{code}\n```\n"
}
},
"options": {
"step": {
"user": {
"title": "UI Lovelace Minimalist Configuration",
"title": "Configuration de UI Lovelace Minimalist",
"description": "",
"data": {
"language": "Langue",
Expand All @@ -42,8 +42,8 @@
"adaptive_ui_icon": "Icône du TdB adaptatif dans la barre latérale",
"theme": "Thème",
"include_other_cards": "Inclure les custom-cards dépendantes.",
"community_cards_enabled": "Enable the ability to configure community cards with this integrations, Does require github authentication!",
"community_cards": "Select Community Cards you want to enable."
"community_cards_enabled": "Activer la possibilité de configurer des cartes communautaires avec cette intégration, nécessite une authentification github!",
"community_cards": "Sélectionnez les cartes communautaires que vous souhaitez activer."
}
}
},
Expand All @@ -52,9 +52,9 @@
"not_setup": "UI Lovelace Minimalist n'est pas configuré."
},
"error": {
"github_cards": "Something went wrong when fetching cards from Github.",
"ack": "You need to acknowledge all statements.",
"gh_token": "Github Token not set. Please re-install this integration to go throught the setup procedure. (No custom configuration will be lost)"
"github_cards": "Une erreur s'est produite lors de la récupération des cartes de Github.",
"ack": "Vous devez confirmer toutes les déclarations.",
"gh_token": "Jeton Github non défini. Veuillez réinstaller cette intégration pour recommencer la procédure d'installation. (Aucune configuration personnalisée ne sera perdue)"
}
}
}
7 changes: 6 additions & 1 deletion docs/setup/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ hide:

## Install Integration

Open your Home Assistant instance and start setting up "UI Lovelace Minimalist" under "Configuration" --> "Devices & Services". Or you can use the My Home Assistant Button below.
Open your Home Assistant instance and start setting up by following these steps:
- Navigate to "Settings" --> "Devices & Services"
- Click "+ Add Integration"
- Search for and select -> "UI Lovelace Minimalist"

Or you can use the My Home Assistant Button below.

!!! danger "Unsaved Settings"

Expand Down

0 comments on commit f569a02

Please sign in to comment.