mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-23 02:26:51 +00:00
3.1 KiB
3.1 KiB
title, description, ha_category, ha_release, ha_config_flow, ha_iot_class, ha_codeowners, ha_domain, ha_platforms, ha_integration_type, ha_quality_scale
title | description | ha_category | ha_release | ha_config_flow | ha_iot_class | ha_codeowners | ha_domain | ha_platforms | ha_integration_type | ha_quality_scale | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
igloohome | Integrates igloohome smart access devices. |
|
2025.2 | true | Cloud Polling |
|
igloohome |
|
integration | bronze |
The igloohome {% term integration %} grants Home Assistant access to paired smart access device(s) via the igloodeveloper API. The features of this integration include:
-
For Bridge owners:
- Lock/Unlock/Open locks that are linked to a bridge.
- Regular updates of all linked devices' battery level.
-
For non-bridge owners:
- Regular updates of devices' last-known battery level.
- Battery levels are updated by using the sync function on igloohome mobile app with the device.
- Regular updates of devices' last-known battery level.
Prerequisites
- You own an igloohome device(s) and have paired them to an account.
- Have an active subscription on iglooaccess with the same account.
Setup
Once you have registered and activated your iglooaccess account:
- Sign in.
- Jump to API access.
- Create a set of credentials with the name
Home Assistant
. - Copy out the
Client ID
&Client Secret
. - Keep these credentials secure and never share them with others.
- Add this integration to your Home Assistant instance.
- Copy the
Client ID
&Client Secret
to the respective text fields when prompted by the integration. - The integration will retrieve the devices under your account and create entries for them in Home Assistant.
{% include integrations/config_flow.md %}
{% configuration_basic %} Client ID: description: "Client ID provided by your iglooaccess account." required: true type: string Client secret: description: "Client Secret provided by your iglooaccess account." required: true type: string {% endconfiguration_basic %}
Removing the integration
This integration follows standard integration removal. No extra steps are required.
{% include integrations/remove_device_service.md %}
Troubleshooting
Some generic troubleshooting steps:
- Ensure that your subscription is still active.
Battery levels not updating
- If you are using a bridge, ensure that it is linked to the correct devices.
- If you do not have a bridge. Sync the device with the igloohome mobile app, then reload the config entry associated to the device.
Authentication problems
- Verify that your API credentials are correctly filled in.
- Ensure your API credentials have not expired or been revoked.
Unable to lock/unlock/open lock
- Verify that the bridge is:
- powered on
- has an active internet connection
- and is within Bluetooth range of the lock
- If you've changed the link between the bridge and the lock, reload the config entry.