We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
I'm using the old generation device integration on port 2878.
My device supports auto clean, but I can't find a switch on Home Assistant to enable this feature.
How can I be able to control the auto clean feature with HA?
Thanks.
The text was updated successfully, but these errors were encountered:
To your configuration.yaml.
switch: - platform: template auto_clean: friendly_name: "AC Auto Clean" value_template: "{{ is_state_attr('climate.YOUR_AC_NAME', 'auto_clean', 'on') }}" turn_on: service: climate.climate_ip_set_property data: entity_id: climate.YOUR_AC_NAME auto_clean: 'on' turn_off: service: climate.climate_ip_set_property data: entity_id: climate.YOUR_AC_NAME auto_clean: 'off'
Sorry, something went wrong.
No branches or pull requests
Hi there,
I'm using the old generation device integration on port 2878.
My device supports auto clean, but I can't find a switch on Home Assistant to enable this feature.
How can I be able to control the auto clean feature with HA?
Thanks.
The text was updated successfully, but these errors were encountered: