39 lines
1.1 KiB
Markdown
39 lines
1.1 KiB
Markdown
---
|
|
title: Shark IQ
|
|
description: Integrate your Shark IQ robot vacuum with Home Assistant.
|
|
ha_category:
|
|
- Vacuum
|
|
ha_iot_class: Cloud Polling
|
|
ha_release: 0.115
|
|
ha_config_flow: true
|
|
ha_codeowners:
|
|
- '@JeffResc'
|
|
- '@funkybunch'
|
|
ha_domain: sharkiq
|
|
ha_platforms:
|
|
- vacuum
|
|
ha_integration_type: integration
|
|
---
|
|
|
|
The `sharkiq` integration allows you to control your [Shark IQ](https://www.sharkclean.com/vacuums/robot-vacuums/) vacuum.
|
|
|
|
{% include integrations/config_flow.md %}
|
|
|
|
## Services
|
|
|
|
Currently supported services are:
|
|
|
|
- `start`
|
|
- `pause`
|
|
- `stop`
|
|
- `return_to_base`
|
|
- `locate`
|
|
|
|
If `pause` does not work for you, then it is not supported by your vacuum. The `stop` service will provide similar functionality.
|
|
|
|
## Troubleshooting
|
|
|
|
### Integration Disconnecting
|
|
|
|
If the integration frequently disconnects and you have an ad blocker runner like [Pi-hole](https://pi-hole.net/) or [AdGuard](https://adguard.com) add `ads-field.aylanetworks.com` to the Allow list . This domain is needed for the connection and can be part of the automatic blocking because of `ads` being part of the subdomain.
|