You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: custom_components/periodic_min_max/translations/de.json
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,14 @@
6
6
"description": "Create a sensor that is the minimum or maximum of another sensor, resetttable via an action.",
7
7
"data": {
8
8
"entity_id": "Input entity",
9
+
"equal_updates": "Update on equal values",
9
10
"name": "Name",
10
-
"type": "Statistikmerkmal"
11
+
"type": "Statistic characteristic"
12
+
},
13
+
"data_description": {
14
+
"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.",
16
+
"type": "Whether the sensor should track the minimum or maximum value of the input entity"
11
17
}
12
18
}
13
19
}
@@ -17,7 +23,13 @@
17
23
"init": {
18
24
"data": {
19
25
"entity_id": "Input entity",
20
-
"type": "Statistikmerkmal"
26
+
"equal_updates": "Update on equal values",
27
+
"type": "Statistic characteristic"
28
+
},
29
+
"data_description": {
30
+
"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.",
32
+
"type": "Whether the sensor should track the minimum or maximum value of the input entity"
21
33
}
22
34
}
23
35
}
@@ -32,11 +44,11 @@
32
44
},
33
45
"services": {
34
46
"reset": {
35
-
"name": "Zurücksetzen",
47
+
"name": "Reset",
36
48
"description": "Reset a Periodic Min/Max sensor to the current input entity value.",
37
49
"fields": {
38
50
"entity_id": {
39
-
"name": "Entität",
51
+
"name": "Entity",
40
52
"description": "Select the Periodic Min/Max sensor."
Copy file name to clipboardExpand all lines: custom_components/periodic_min_max/translations/en.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,14 @@
6
6
"description": "Create a sensor that is the minimum or maximum of another sensor, resetttable via an action.",
7
7
"data": {
8
8
"entity_id": "Input entity",
9
+
"equal_updates": "Update on equal values",
9
10
"name": "Name",
10
11
"type": "Statistic characteristic"
12
+
},
13
+
"data_description": {
14
+
"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.",
16
+
"type": "Whether the sensor should track the minimum or maximum value of the input entity"
11
17
}
12
18
}
13
19
}
@@ -17,7 +23,13 @@
17
23
"init": {
18
24
"data": {
19
25
"entity_id": "Input entity",
26
+
"equal_updates": "Update on equal values",
20
27
"type": "Statistic characteristic"
28
+
},
29
+
"data_description": {
30
+
"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.",
32
+
"type": "Whether the sensor should track the minimum or maximum value of the input entity"
Copy file name to clipboardExpand all lines: custom_components/periodic_min_max/translations/fr.json
+17-5Lines changed: 17 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,14 @@
6
6
"description": "Create a sensor that is the minimum or maximum of another sensor, resetttable via an action.",
7
7
"data": {
8
8
"entity_id": "Input entity",
9
-
"name": "Nom",
10
-
"type": "Indicateur statistique"
9
+
"equal_updates": "Update on equal values",
10
+
"name": "Name",
11
+
"type": "Statistic characteristic"
12
+
},
13
+
"data_description": {
14
+
"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.",
16
+
"type": "Whether the sensor should track the minimum or maximum value of the input entity"
11
17
}
12
18
}
13
19
}
@@ -17,7 +23,13 @@
17
23
"init": {
18
24
"data": {
19
25
"entity_id": "Input entity",
20
-
"type": "Indicateur statistique"
26
+
"equal_updates": "Update on equal values",
27
+
"type": "Statistic characteristic"
28
+
},
29
+
"data_description": {
30
+
"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.",
32
+
"type": "Whether the sensor should track the minimum or maximum value of the input entity"
21
33
}
22
34
}
23
35
}
@@ -32,11 +44,11 @@
32
44
},
33
45
"services": {
34
46
"reset": {
35
-
"name": "Réinitialiser",
47
+
"name": "Reset",
36
48
"description": "Reset a Periodic Min/Max sensor to the current input entity value.",
37
49
"fields": {
38
50
"entity_id": {
39
-
"name": "Entité",
51
+
"name": "Entity",
40
52
"description": "Select the Periodic Min/Max sensor."
0 commit comments