Skip to content

Commit 8978d8b

Browse files
Update strings
1 parent 6fd7748 commit 8978d8b

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

custom_components/periodic_min_max/translations/de.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"data_description": {
1414
"entity_id": "The entity that the sensor will track. The sensor will calculate the minimum or maximum value of this entity until reset via the `reset` action.",
15-
"equal_updates": "If enabled, the sensor will update the `last_modified` attribute even if the input entity value is the same as the current min/max.\nThe attribute is only updated when the value has changed and returned to the same min/max.",
15+
"equal_updates": "If enabled, the sensor will update the `last_modified` attribute even if the input entity value is the same as the current min/max.",
1616
"type": "Whether the sensor should track the minimum or maximum value of the input entity"
1717
}
1818
}
@@ -28,7 +28,7 @@
2828
},
2929
"data_description": {
3030
"entity_id": "The entity that the sensor will track. The sensor will calculate the minimum or maximum value of this entity until reset via the `reset` action.",
31-
"equal_updates": "If enabled, the sensor will update the `last_modified` attribute even if the input entity value is the same as the current min/max.\nThe attribute is only updated when the value has changed and returned to the same min/max.",
31+
"equal_updates": "If enabled, the sensor will update the `last_modified` attribute even if the input entity value is the same as the current min/max.",
3232
"type": "Whether the sensor should track the minimum or maximum value of the input entity"
3333
}
3434
}

custom_components/periodic_min_max/translations/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"data_description": {
1414
"entity_id": "The entity that the sensor will track. The sensor will calculate the minimum or maximum value of this entity until reset via the `reset` action.",
15-
"equal_updates": "If enabled, the sensor will update the `last_modified` attribute even if the input entity value is the same as the current min/max.\nThe attribute is only updated when the value has changed and returned to the same min/max.",
15+
"equal_updates": "If enabled, the sensor will update the `last_modified` attribute even if the input entity value is the same as the current min/max.",
1616
"type": "Whether the sensor should track the minimum or maximum value of the input entity"
1717
}
1818
}
@@ -28,7 +28,7 @@
2828
},
2929
"data_description": {
3030
"entity_id": "The entity that the sensor will track. The sensor will calculate the minimum or maximum value of this entity until reset via the `reset` action.",
31-
"equal_updates": "If enabled, the sensor will update the `last_modified` attribute even if the input entity value is the same as the current min/max.\nThe attribute is only updated when the value has changed and returned to the same min/max.",
31+
"equal_updates": "If enabled, the sensor will update the `last_modified` attribute even if the input entity value is the same as the current min/max.",
3232
"type": "Whether the sensor should track the minimum or maximum value of the input entity"
3333
}
3434
}

custom_components/periodic_min_max/translations/fr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"data_description": {
1414
"entity_id": "The entity that the sensor will track. The sensor will calculate the minimum or maximum value of this entity until reset via the `reset` action.",
15-
"equal_updates": "If enabled, the sensor will update the `last_modified` attribute even if the input entity value is the same as the current min/max.\nThe attribute is only updated when the value has changed and returned to the same min/max.",
15+
"equal_updates": "If enabled, the sensor will update the `last_modified` attribute even if the input entity value is the same as the current min/max.",
1616
"type": "Whether the sensor should track the minimum or maximum value of the input entity"
1717
}
1818
}
@@ -28,7 +28,7 @@
2828
},
2929
"data_description": {
3030
"entity_id": "The entity that the sensor will track. The sensor will calculate the minimum or maximum value of this entity until reset via the `reset` action.",
31-
"equal_updates": "If enabled, the sensor will update the `last_modified` attribute even if the input entity value is the same as the current min/max.\nThe attribute is only updated when the value has changed and returned to the same min/max.",
31+
"equal_updates": "If enabled, the sensor will update the `last_modified` attribute even if the input entity value is the same as the current min/max.",
3232
"type": "Whether the sensor should track the minimum or maximum value of the input entity"
3333
}
3434
}

0 commit comments

Comments
 (0)