Last active
January 17, 2020 15:46
-
-
Save ophilips/8146ff802119bf6eb8ae5915851ad6d4 to your computer and use it in GitHub Desktop.
Simple Zigbee to MQTT configuration for Home Assistant (Updated for 0.104)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Availability and lock status of Zigbee network | |
lock: | |
- platform: mqtt | |
name: Zigbee Network | |
state_topic: "zigbee2mqtt/bridge/config" | |
state_locked: "False" | |
state_unlocked: "True" | |
value_template: '{{value_json.permit_join}}' | |
command_topic: "zigbee2mqtt/bridge/config/permit_join" | |
payload_lock: "false" | |
payload_unlock: "true" | |
availability_topic: "zigbee2mqtt/bridge/state" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Lock/Unlock Pairing:

Bridge Status:

Apple Home:
