Open Adi146 opened 9 months ago
I tried with the service call in the gui like this And it was working for me... But: I installed the custom componant manually and I added the last line in this snippet of fan.py
# Reset filter timer
async def async_reset_filter_timer(self, fan_target) -> None:
"""Reset Fan's filter timer."""
self._fan.set_param("filter_timer_reset", "")
await self.coordinator.async_refresh()
Am also using this call of the service in a script which is placed behind a button.
And I'm using the following version of HA
Reset of the filters not working for me either. Not sure they ever did (I didn't try before). I'm running 2024.8.2
Calling the
ecovent_v2.filter_timer_reset
service does nothing. After the call the filter_replacemt_status is still on and the filter_replace_in is still on 0d.I'm using Home Assistant on version 2024.2.0