Paulus Schoutsen

Results 73 issues of Paulus Schoutsen

### Checklist - [X] I have updated to the latest available Home Assistant version. - [X] I have cleared the cache of my browser. - [X] I have tried a...

### Checklist - [X] I have updated to the latest available Home Assistant version. - [X] I have cleared the cache of my browser. - [X] I have tried a...

### Checklist - [X] I have updated to the latest available Home Assistant version. - [X] I have cleared the cache of my browser. - [X] I have tried a...

ESPLoader is initialized by calling `main_fn`. This function calls `detect_chip`, which in turn calls `connect` which triggers the connection sequence. If a device requires the BOOT mode to be held...

bug

The main loop `_polling_loop_5_sec_device` is not decorated as `callback`, so it is executed in a thread every 5 seconds. When it detects an update, it can call `write_ha_sensor_state` (still within...

We are currently ignoring deprecation warnings so we could fix the build. We should address the issues instead.

The Install Choose dialog fetches the information about a configuration from the backend when it's opened so it can determine if the configuration is using ethernet or not. This information...

I adopted an olimex Bluetooth proxy and this is what came in via ACE ![image](https://user-images.githubusercontent.com/1444314/191159271-85777477-2036-4485-9c51-aa0b0e2a4858.png) Since it expects all `data` fields to be JSON, this caused errors. Since it's in...

Allow the overview to be filtered by impacted Home Assistant version.

The default filter of the frontpage should be to only show alerts that impact the latest released minor version of Home Assistant (0.97, 0.98 etc). So if 0.96 broke X,...