Kyah Rindlisbacher
Kyah Rindlisbacher
It seems to work fine, but it has not been thoroughly tested.
Reset was running before default sectors where added causing duplicate sectors. now we reset and add the custom ones on the load event
I have been working on a branch which exposes API data as Sensors rather then extra_state_attributes on the inverter entity. Is allows us to tell home assistant about the types...
Same as https://github.com/carykh/evolutionSteer/pull/2 but without all the line ending changes. Also added a .gitattributes file to help reduce line ending changes
When I use basic auth I.E. https://github.com/go-chi/chi/blob/v5.0.12/middleware/basic_auth.go#L10 The browser adds this header `Authorization: Basic ` Which cause this code path to be taken: https://github.com/clerk/clerk-sdk-go/blob/59c1229871a66eebbc8bba4cc0855a3da1357e6f/clerk/middleware_v2.go#L54-L77 And as basic auth is not...