Olen
Olen
This event seems to be so far in the past (2017) that it will be ignored.
Please enable debugging of the integration, and paste the relevant log entries. Anonymize any private information about the events before you submit them.
Hi I think one need slightly more information to be able to help you...
Tis entry looks wring. It has the same start en end. At least in my feeds, the all day events has "end" on the next day: ``` start: 2021-12-19T00:00:00+01:00 end:...
I would happily accept PRs to try to clean up the mess that is dates and timestamps in ical-files. I have tried to convert as many of them as possible...
This is the way it should work. _0 should be the current (or next, upcoming) event. And when the event is over, event_1 should become event_0 etc. However, the switch...
I think you are right. We don't check the start-time, only start-date when populating the sensors. So _0 is always the first event with an end-datetime after midnight today. I'll...
I had a look at the code, and this is not very trivial to do.... I think it should be possible to replace this https://github.com/tybritten/ical-sensor-homeassistant/blob/a171b659efa630b45739bcf064b5e4f25cdc5df3/custom_components/ical/sensor.py#L132 With a call to `async_get_events`...
It was not easy to find the reference to this change, but I got it: https://github.com/home-assistant/core/pull/47304 And it seems like it is a simple "one to one"-replacement: https://github.com/home-assistant/developers.home-assistant/pull/837/files
What version are you using? This behaviour seems very strange, as the integration will not add any other sensors than the ones you select when you add a plant. Can...