Paulus Schoutsen

Results 418 comments of Paulus Schoutsen

Now updated to 27d560d ([builds](https://github.com/jasoncoon/esp8266-fastled-webserver/actions/runs/2012771849)) I actually notice now that hitting `/all` does cause a tiny freeze, but maybe 0.2s. Definitely not as noticeable as on the `hack-fix-all-json-truncation` branch

The other base classes will still use `html` exported from lit-html right?

Initial support for keycode translation on OS X added in 70419b3654950ca0188b3115964f762363d7ef93 It needs some more work and polishing.

This can be closed, as a credential framework is now available.

This warning is happening when properties are fetched from the entity. Properties should **never** do I/O. Data should be fetched inside the update method.

`sed -i '253s/.*//' openzwave/cpp/src/value_classes/ValueID.h` This will remove the private declaration of the constructor and it can build. If anyone is interested in a Python Z-Wave wrapper that shows a bit...

Great contribution, thanks! 🎉

I wonder if we could add a warning to manually set https://www.home-assistant.io/integrations/http#ssl_profile if we detect TLS1.2 being used and then after some time update the SSL profiles to latest revision...

Well yeah the only option would be to downgrade but that's the point when a user wants to use an unsupported encryption. I have to admit that I don't know...

Home Assistant Cast is hosted on https://cast.home-assistant.io. Browser security context does not allow making requests from an HTTPS context to an HTTP context, which is why we're only communicating over...