Files
homarr/public/locales/fr/modules/smart-home/entity-state.json
2024-03-09 17:56:56 +01:00

29 lines
1.4 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"entityNotFound": "Entité non trouvée",
"descriptor": {
"name": "Entité Home Assistant",
"description": "État actuel d'une entité dans Home Assistant",
"settings": {
"title": "État de l'entité",
"entityId": {
"label": "ID de lentité",
"info": "ID dentité unique dans Home Assistant. Copiez en cliquant sur l'entité > Cliquez sur l'icône en forme de rouage > Cliquez sur le bouton Copier sous « ID d'entité ». Certaines entités personnalisées peuvent ne pas être prises en charge."
},
"appendUnit": {
"label": "Ajouter une unité de mesure",
"info": "Ajouter l'attribut d'unité de mesure à l'état de l'entité."
},
"automationId": {
"label": "ID d'automatisation optionnelle",
"info": "Votre identifiant unique d'automatisation. Commence toujours par automation.XXXXX. S'il n'est pas défini, le widget ne sera pas cliquable et n'affichera que l'état de l'entité. Après un clic, l'état de l'entité sera actualisé."
},
"displayName": {
"label": "Nom d'affichage"
},
"displayFriendlyName": {
"label": "Afficher le nom personnalisé",
"info": "Afficher le nom personnalisé de Home Assistant au lieu du nom d'affichage"
}
}
}
}