Results 769 comments of Stefan Agner

> Updating `DOCS.md` to reflect that HA/Supervisor uses `172.30.32.0/23` network for docker so `trusted_proxies` should match or it's possible for connections to fail with a error of `Connection refused) while...

Uh, could it be that your clients connect through IPv6? In that case it seems that the proxy sees the hassio host IP 172.30.32.1 (see also [this discussion](https://github.com/home-assistant/supervisor/pull/5879#pullrequestreview-2833638429)). However, defining...

@peakascendr thanks for your PR! This needs a bump of the version in `config.yaml` and an update in the `CHANGELOG.md` so it will lead to a new add-on release.

> This needs a bump of the version in `config.yaml` and an update in the `CHANGELOG.md` so it will lead to a new add-on release. I went ahead and made...

Yeah so my hope is that the Play Services Matter SDK eventually gains that feature. I think what would be good is if we can log that as an official...

@jpelgrom what I was wondering, we currently have multiple ways to commission a device: - Half-screen pop-up (if devices are advertising a commissionable device via Bluetooth nearby) - QR code...

> I think that the proper solution for that would be to "somehow" add python formatting to restyled and enforce it during PR. Otherwise, everyone will format the code to...

> Unfortunately I couldn't downgrade. No matter what I do, the local add-ons section is missing?! I followed the instructions exactly. The "the local add-ons section" is if you develop...

> [ 0.652489] 1f0003c000.serial: ttyAMA1 at MMIO 0x1f0003c000 (irq = 148, base_baud = 0) is a PL011 AXI That is the expected output, the serial port is at MMIO 3c000...

So there are actually two separate things here, both seemingly related to reverse lookups: 1. Dropbear SSH server being slow on login 2. iptables command beeing slow For 1, that...