Skip to content

Commit

Permalink
Disable entity discovery docs. Koenkk/zigbee2mqtt#2089
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Oct 7, 2019
1 parent 1c3faf1 commit 48d49e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/configuration/device_specific_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ devices:
qos: 1
debounce: 0.5
retrieve_state: false
# Set `homeassistant: null` to skip discovery for this device
homeassistant:
# Applied to all discovered entities.
expire_after: 30
Expand Down
3 changes: 3 additions & 0 deletions docs/integration/home_assistant.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ without having to restart Home Assistant. It also makes it possible to show whic

![Device registry](../images/home_assistant_device_registry.png)

## Customizing discovery
The device specifc configuration allows you to modify the discovery payload. Here you can also prevent a device from being discovered. See [Device specific configuration](../configuration/device_specific_configuration.md) for the available options.

## I'm confused about the different device IDs, names and friendly names
- Home Assistant `device_id`: determined on first discovery of the device, can only be changed
via the Home Assistant web interface afterwards. Used to control/read the state from the device (e.g. in automations)
Expand Down

0 comments on commit 48d49e2

Please sign in to comment.