Results 4 issues of Frosh

I update sensor.py and change `homeassistant.helpers.typing.EventType` to `homeassistant.core.Event` because it was deprecated in 2025.5 in accordance with what is published here [HA core update](https://developers.home-assistant.io/blog/2024/04/08/deprecated-backports-and-typing-aliases/) And resolve this issus https://github.com/custom-components/places/issues/275 My...

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...

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

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...