Franck Nijhof
Franck Nijhof
**Describe the bug** This project has an invalid Python version constraint. ``` >=3.6.* ``` https://github.com/Pyhass/Pyhiveapi/blob/3f3fad30c59b34a1c460e77d06c3c3a7a3d8ba54/setup.cfg#L25 While `pip` might accept it, other Python package managers are not accepting it. **Expected behavior**...
Related to #1140 Adds support for upgrading ESP32-C3, ESP32-S2, and ESP32-S3 board types in the WLED project. - Updates the `upgrade` method in `src/wled/wled.py` to include ESP32-C3, ESP32-S2, and ESP32-S3...
This custom integration uses deprecated `DEVICE_CLASS_*` constants in its codebase. The `DEVICE_CLASS_*` constants have been deprecated and replaced in Home Assistant Core 2021.12 (over a year ago). I would highly...
## Proposed change Add documentation for the new `sequence` actions for our automations & script engine. See upstream PR for more information & context: https://github.com/home-assistant/core/pull/117690 ## Type of change -...
2024.7.0
### ⚠️ DO NOT MERGE This PR is here during the beta week, so we can keep an eye on our CI. When the actual release day is there, I...
# Problem/Motivation Recently, I've been greeted by a flooded garage, while I was just sitting meters away from it behind the other side of the wall 😓 The flood sensor...
### What happened? I have multiple access point broadcasting the same SSID, however, the list provided over Improv seems to be based on BSSID. ...
## Proposed change This PR adjusts the main top-level configuration keys of an automation (being `trigger`, `condition`, `action`) from a singular word to a plural form (being `triggers`, `conditions`, `actions`)....
- Fix device id support for alarm control panel template ([@piitaya] - [#127340]) ([template docs]) - Bump pysmlight 0.1.2 ([@tl-sl] - [#127376]) ([smlight docs]) (dependency) - Remove assumption in ConfigEntryItems...
## Proposed change Added clarity on what the media folder keys in YAML actually mean by documenting the result of the example provided. Resolves feedback received in https://github.com/home-assistant/home-assistant.io/issues/34316 ## Type...