HA-Raspberry-pi-GPIO-PWM icon indicating copy to clipboard operation
HA-Raspberry-pi-GPIO-PWM copied to clipboard

Home Assistant component rpi_gpio_pwm as a custom component

Results 26 HA-Raspberry-pi-GPIO-PWM issues
Sort by recently updated
recently updated
newest added

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.3.4 to 0.4.4. Release notes Sourced from ruff's releases. v0.4.4 Changes Preview features [pycodestyle] Ignore end-of-line comments when determining blank line rules (#11342) [pylint] Detect pathlib.Path.open calls...

dependencies
python

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.5. Release notes Sourced from actions/checkout's releases. v4.1.5 What's Changed Update NPM dependencies by @​cory-miller in actions/checkout#1703 Bump github/codeql-action from 2 to 3 by @​dependabot...

dependencies
github_actions

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.4 to 2.0.5. Release notes Sourced from softprops/action-gh-release's releases. v2.0.5 Factor in file names with spaces when upserting files #446 via @​MystiPanda Improvements to error handling #449...

dependencies
github_actions

Hi, I updated light.py to replace SUPPORT_TRANSITION and SUPPORT_BRIGHTNESS which are two functions soon to be deprecated by the new standards requested by HA CORE. This removes error messages that...

### System Health details WARNING (MainThread) [homeassistant.components.light] Entity light.rpi_cooling_fan_rpi_gpio_pwm () is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use and color...

### Checklist - [X] I have filled out the template to the best of my ability. - [X] This only contains 1 feature request (if you have multiple feature requests,...

Change the name "ha-rpi_gpio_pwm" to "rpi_gpio_pwm" in the documentation to match the custom_component folder name

### System Health details ## System Information version | core-2024.8.1 -- | -- installation_type | Home Assistant OS dev | false hassio | true docker | true user | root...

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.9 to 0.5.7. Release notes Sourced from ruff's releases. 0.5.7 Release Notes Preview features [flake8-comprehensions] Account for list and set comprehensions in unnecessary-literal-within-tuple-call (C409) (#12657) [flake8-pyi] Add...

dependencies
python

Added two new flags to FanEntityFeature for HA 2024.8 As noted in the following [post](https://developers.home-assistant.io/blog/2024/07/19/fan-fanentityfeatures-turn-on_off/) it is now necessary to add two flags TURN_ON and TURN_OFF. This change will remove...