KIWI


The KIWI integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] allows you to open your KIWI Smart Locks and Smart Entry Devices. All you need to get started is a KIWI account. Register at the KIWI website.

Configuration

To enable the KIWI integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more], add it to your configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file. After changing the configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI.[Learn more] file, restart Home Assistant to apply the changes. To view the changes, go to Settings > Devices & services > Entities.

# Example configuration.yaml entry
lock:
  - platform: kiwi
    username: [email protected]
    password: mySecretPassword

Configuration Variables

username string Required

The username of your KIWI account.

password string Required

The password of your KIWI account.