11 Commits

Author SHA1 Message Date
mampfes
64cf881ed2 make clear that either until or count is required for static source
Otherwise you will get only the next 10 events, which is most probably not what you want.
2023-06-21 08:21:07 +02:00
mampfes
6993882c97 fix docu for static source
Space was missing after colon for weekdays dictionary.
2023-05-26 07:46:11 +02:00
Steffen Zimmermann
6c0253224a Merge pull request #969 from mampfes/fix_static_docu
fix docu for static source
2023-05-11 07:38:46 +02:00
mampfes
89ce0f8a19 fix docu for static source
fix #968
2023-05-11 07:35:00 +02:00
mampfes
6d9b07ee69 remove obsolete weekday list in static source docu 2023-05-09 19:45:19 +02:00
mampfes
3dec26906c refactor static source 2023-03-23 20:16:18 +01:00
5ila5
231865ac51 fixed type errors 2023-03-19 14:20:59 +01:00
5ila5
33453807dd updated static source to support weekdays 2023-03-18 14:29:00 +01:00
mampfes
ed42612163 clean markdown warnings 2022-12-24 11:01:37 +01:00
mampfes
293f2a1187 replace <br> with double-spaces in markdown files 2022-12-24 11:01:36 +01:00
Michael Neufing
2dda184939 Added static source
The static source allows to define static dates or a recurrence.
This is useful if the service provider does not offer an API, nor an ICS file.
It can also simplify the testing of automations by, for example, configuring a daily recurrence.
2022-07-18 20:55:06 +02:00