Jack Schmidt

Results 23 comments of Jack Schmidt

Yes, Kathryn wrote this and will release in a week or so. :-) We'll close this issue once its released.

Here is a JPL file with two segments per body: ftp://ssd.jpl.nasa.gov/pub/eph/satellites/bsp/jup357.bsp ``` SPICE kernel file 'jup357.bsp' has 18 segments JD 2450464.50 - JD 2524606.50 (1997-01-15 through 2200-01-13) 5 -> 599...

I think the segments have the same resolution, but different time periods. The moons have a different resolution than the planet. I've just started using your code and JPL's data...

I agree it is weird and honestly my next step may be to write a bsp file editor that pulls out the date range needed (possibly from multiple files) and...

With one small addition this works very well: ``` self.planets.codes = self.planets.codes.union(self.jupiter.codes) ``` This way the very convenient `self.planets['europa']` works. I haven't extensively tested, but I suspect this will just...

-- never mind -- I think the client.db key is only used to link the machine to the account via the node server. No big deal if it is lost,...

I looked into the code, and it appears to be an interaction of remote_calendar and the main calendar. The following comment in remote calendar is not quite right: [homeassistant/components/remote_calendar/calendar.py#L53](https://github.com/home-assistant/core/blob/5fb2802bf43dc5ee470f14795e7a870b63a65648/homeassistant/components/remote_calendar/calendar.py#L53) ```...

I'm just a user, but I've been looking at reolink issues too. I thought I'd try to figure out the home assistant development process and explain it as best I...

I think it **is** in the beta (good news!) In the beta release's description it is a bit hidden: * Bump reolink-aio to 0.13.4 (@starkillerOG - https://github.com/home-assistant/core/pull/145799) So it looks...

I am just a user, but I've had some luck fixing up misbehaving calendars. If the URL to the ICS file is private, you could probably download the ICS file,...