soloam / ha-pid-controller

PID Controller to Home Assistant
MIT License
97 stars 12 forks source link

Integration calls `async_track_state_change` instead of `async_track_state_change_event` which is deprecated #54

Open KrzysztofHajdamowicz opened 1 month ago

KrzysztofHajdamowicz commented 1 month ago

Detected that custom integration 'pid_controller' calls async_track_state_change instead of async_track_state_change_event which is deprecated and will be removed in Home Assistant 2025.5 at custom_components/pid_controller/sensor.py, line 831: async_track_state_change(self.hass, entity, sensor_state_listener), please create a bug report at https://github.com/soloam/ha-pid-controller/issues