zigbee updates
This commit is contained in:
@@ -223,7 +223,23 @@ in
|
|||||||
zigbee2mqtt = {
|
zigbee2mqtt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
homeassistant = config.services.home-assistant.enable;
|
homeassistant = {
|
||||||
|
enabled = config.services.home-assistant.enable;
|
||||||
|
# Optional: Home Assistant discovery topic (default: shown below)
|
||||||
|
# Note: should be different from [MQTT base topic](../mqtt.md) to prevent errors in HA software
|
||||||
|
discovery_topic = "homeassistant";
|
||||||
|
# Optional: Home Assistant status topic (default: shown below)
|
||||||
|
status_topic = "homeassistant/status";
|
||||||
|
# Optional: Experimental support for Home Assistant event entities, may break in the future (default: shown below) when enabled:
|
||||||
|
# - An `event` entity will be discovered for each 'action'.
|
||||||
|
# - The `event_type` attribute will contain the action itself, additional attributes like `button` will have further information.
|
||||||
|
experimental_event_entities = false;
|
||||||
|
# Optional: Home Assistant legacy action sensor (default: `false`), when enabled:
|
||||||
|
# - Zigbee2MQTT will send an empty 'action' after one has been send
|
||||||
|
# - A 'sensor_action' will be discovered
|
||||||
|
legacy_action_sensor = false;
|
||||||
|
};
|
||||||
|
|
||||||
permit_join = true;
|
permit_join = true;
|
||||||
# Web interface
|
# Web interface
|
||||||
frontend = {
|
frontend = {
|
||||||
|
|||||||
Reference in New Issue
Block a user