Olen
Olen
Since last night, all requests receive a 403: ``` 2024-02-09 07:58:08.350 ERROR (MainThread) [custom_components.weather_data.sensor] Retrying in 16 minutes: https://api.met.no/weatherapi/locationforecast/2.0/classic?lat=40.6238&lon=14.3649&altitude=50 returned 403 2024-02-09 08:00:08.281 ERROR (MainThread) [custom_components.weather_data.sensor] Retrying in 15 minutes:...
Trying harder to log in on a 4xx Error code. Also add status code to error message. Should help fixing https://github.com/home-assistant/core/issues/97885 UNTESTED!
Should probably refactor event to a class first, so match can be a subclass of event
0.99.x contains breaking changes. Mostly, they are simple replacements of `camelCase()` to `snake_case()` of function names. Please update with care.
Just an idea for now, please give some feedback. I have been thinking about some refactoring where we create new classes for e.g. SpondEvent, SpondPerson, SpondGroup. SpondMessage etc. It would...
Replace hard coded labels and units of measurement with https://developers.home-assistant.io/docs/frontend/data#entity-state-formatting This allows us to simplify the WS data and ensures consistent values.
The main 'lit-element' module entrypoint is deprecated. Please update your imports to use the 'lit' package: 'lit' and 'lit/decorators.ts' or import from 'lit-element/lit-element.ts'. See https://lit.dev/msg/deprecated-import-path for more information. $ grep...
Just make it slightly easier to set the creation and completion dates by allowing the use of datetime-objects without converting to string first.
This simple change adds an option to do an exact match while searching the todolist