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
`timeformat` | `string` | `false` | `"%A, %d.%m.%Y"` | The format that is used to display the date see http://strftime.org/ for more infomation
69
69
`lookahead` | `int` | `false` | `365` | The number of days that limits the forecast. E.g. 1 will only show the events of today
70
70
`startswith` | `string` | `false` | `""` | A filter that will limit the display of events. E.g. if your file contains multiple entries and you only want to know one type at per sensor, simply create multiple sensors and filter. Have a look at sensor 3 and 4 above. startswith: Bio will ohne show events that start with Bio.
71
+
`contains` | `string` | `false` | `""` | A filter like startswith, but this will search within the string instead of the start.
71
72
`show_blank` | `string` | `false` | `""` | Indicates whether to show empty events (events without title), and what should be used as title instead. e.g. "Meeting123" would show events with empty title with the string "Meeting123". An empty string (default) or " " will avoid showing blank events.
72
73
`force_update` | `int` | `false` | `0` | Force to update the data with given intervall (seconds). This can be useful if the calendar is very dynamic, but pointless for almost static calendars. The calendar will reload at midnight and once the (start/end) of the event is over regardless of this setting. 0 = Disabled
73
74
`show_remaining` | `bool` | `false` | `true` | Show the remaining days in the sensor state, close to the date.
Copy file name to clipboardExpand all lines: custom_components/isc/translations/en.json
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@
10
10
"url": "The url to the ics file. Usually http://domain/calendar.ics but can also be local file:///tmp/test.ics ",
11
11
"id": "Unique number to identify your sensor later on. e.g. id=1 results in sensor.ical_1",
12
12
"timeformat": "Timeformat (see http://strftime.org/).",
13
-
"startswith": "Filter, see link above for more info" ,
13
+
"startswith": "Startswith Filter, see link above for more info" ,
14
+
"contains": "Contains Filter, see link above for more info" ,
14
15
"lookahead": "Lookahead",
15
16
"icon": "Icon (see https://materialdesignicons.com/)."
16
17
}
@@ -20,7 +21,7 @@
20
21
"description": "Enter the sensor name and configure sensor parameters. More info on https://github.com/koljawindeler/ics#configuration-options.\n Page 2/2",
21
22
"data": {
22
23
"show_blank": "Show events without title",
23
-
"force_update": "Force periodical updates",
24
+
"force_update": "Force periodical updates (sec)",
24
25
"show_remaining": "Show remaining days",
25
26
"show_ongoing": "Show events that are ongoing",
26
27
"group_events": "Group events (show multiple)",
@@ -49,7 +50,8 @@
49
50
"url": "The url to the ics file. Usually http://domain/calendar.ics but can also be local file:///tmp/test.ics ",
50
51
"id": "Unique number to identify your sensor later on. e.g. id=1 results in sensor.ical_1",
51
52
"timeformat": "Timeformat (see http://strftime.org/).",
52
-
"startswith": "Filter, see link above for more info" ,
53
+
"startswith": "Startswith Filter, see link above for more info" ,
54
+
"contains": "Contains Filter, see link above for more info" ,
53
55
"lookahead": "Lookahead",
54
56
"icon": "Icon (see https://materialdesignicons.com/)."
55
57
}
@@ -59,7 +61,7 @@
59
61
"description": "Enter the sensor name and configure sensor parameters. More info on https://github.com/koljawindeler/ics#configuration-options.\n Page 2/2",
"description": "Skriv inn sensornavnet og konfigurer sensorparametrene. Mer info på https://github.com/koljawindeler/ics#configuration-options.\n Side 2/2",
"description": "Skriv inn sensornavnet og konfigurer sensorparametrene. Mer info på https://github.com/koljawindeler/ics#configuration-options.\n Side 2/2",
0 commit comments