MatthewFlamm
MatthewFlamm
This is nearing completion for review. I have made several changes. 1) deprecate subthemes and only use classmethods for themes 2) use an private attribute to keep track of available...
This is now ready for review. I updated the PR description with a summary of the high level changes to the code. I think it makes for a more consistent...
github-actions preview
I'm wondering if we need to use `xvfb-run -a`. This is how I would run it locally. I will create a PR for it. Another option is to use OSMesa...
> > The affine_widget one needs to be investigated. It happens too frequently too ignore, and creates a lot of churn for everyone. > > To clarify, this is an...
I'm not that familiar with oath2 in homeassistant. I would assume that you have to register something or add some code to the integration that is tested?
Made this draft as this doesn't look close to implementing. I highly suspect code needs to be added to `custom_components/` here for the test to work.
Thanks for the report. This behavior has been noted in https://github.com/weather-gov/api/issues/71 and https://github.com/weather-gov/api/issues/86. Although, it is interesting that you can change the accept header to `/` with good results. I'm...
It seems changing anything in the header allows you to circumvent the stale data issue. But, this should not be used in the library IMO. It should be fixed upstream....
v1.3.0 implements the first half of the logic needed to make pynws more robust to this. PR submitted in home assistant https://github.com/home-assistant/core/pull/40386 I will keep this open until the forecast...