Hello,
I run my HA on RPi zero within docker. I base some of my automations on Jewish Calendar. In order to debug them I need to set certain date and time in order to check whether it will behave they way I expect. My problem is that as soon as I change the RPi date/time with sudo timedatectl set-time '2021-04-30 19:20:40'
- Home Assistant sees this immediately, but the Jewish Calendar doesn’t recalculate the new Hebrew date based on the new Gregorian date (I observe this in Developer tools → Templates). If I restart the Home Assistant server (via UI or CLI) - the new Hebrew date is recalculated, but restart takes too much time so it is cumbersome to debug. Is there another way to cause Jewish Calendar to recalculate its date besides restarting HA? Maybe emit some event in Developer tools → Events or maybe press some button in UI?..
Thank you!