c0ffeeca7 85c91b3c5e
j-k-integrations: restart HA after config change (#32644)
* i-integrations:
- add note to restart HA after changing config
- add related topics
- rename 'platform' or 'sensor' to 'integration' to streamline terminology
- add glossary reference to Configuration file

* Undo formatting
2024-05-09 18:03:43 +02:00

1.0 KiB

title, description, ha_category, ha_release, ha_iot_class, ha_domain, ha_platforms, ha_integration_type, related
title description ha_category ha_release ha_iot_class ha_domain ha_platforms ha_integration_type related
KIWI Instructions on how to integrate KIWI Smart Lock and Smart Entry.
Lock
0.72 Cloud Polling kiwi
lock
integration
docs title
/docs/configuration/ Configuration file

The KIWI {% term integration %} 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 {% term integration %}, add it to your {% term "configuration.yaml" %} file. {% include integrations/restart_ha_after_config_inclusion.md %}

# Example configuration.yaml entry
lock:
  - platform: kiwi
    username: mail@example.com
    password: mySecretPassword

{% configuration %} username: required: true description: The username of your KIWI account. type: string password: required: true description: The password of your KIWI account. type: string {% endconfiguration %}