more agressive timeouts for passive zigbee devices
This commit is contained in:
parent
61012204f5
commit
3809de55d8
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ in {
|
||||||
settings = {
|
settings = {
|
||||||
homeassistant = true;
|
homeassistant = true;
|
||||||
permit_join = true;
|
permit_join = true;
|
||||||
availability = true;
|
availability.active.timeout = 10;
|
||||||
|
availability.passive.timeout = 90;
|
||||||
frontend.port = 8089;
|
frontend.port = 8089;
|
||||||
mqtt.server = "mqtt://10.0.0.8:1883";
|
mqtt.server = "mqtt://10.0.0.8:1883";
|
||||||
serial = {
|
serial = {
|
||||||
|
|
Loading…
Reference in a new issue