Klaas Schoute
Klaas Schoute
Pherhaps you can rename the PR to something else then `Patch 1` 😉
I also had a lot of problems with OS v3.2.7, I had to install the igmpproxy package separately. After the update to OS v3.2.9 everything works smoothly even without reinstalling...
Or disable the exec server mode 😉
Hi there 👋 It seems like you want to report an issue with an Home Assistant integration, however, you have submitted documentation feedback instead. Please raise an issue in the...
We use GitHub for tracking issues, not for tracking feature requests. If you want to suggest a feature, you should try our [Community Forum: Feature Requests](https://community.home-assistant.io/c/feature-requests). Or the underlying python...
Exactly the same problem and suspect that there is a difference between using `${{ github.token }}` or `${{secrets.GITHUB_TOKEN}}` even though the Github docs indicate that it wouldn't matter. I've quite...
That's strange, because my lock workflows start at 8 am and I still run into many secondary rate limits. At that time it should not be rush hour on the...
Apparently you're still missing something 😉 https://github.com/klaasnicolaas/smarty-homeassistant-config/blob/master/esphome/common/time.yaml
> Is there an option to run this firmware on a single core? You can create your own YAML file and adapt the esp32 component to your microcontroller. > Can...
Try this: ```yaml sensor: - id: !extend sensor_energy_pulse_meter internal_filter: 100ms filters: # Update the sensor with an average every 10th second. - throttle_average: 10s - filter_out: NaN total: filters: #...