MQTT PUSHPROD
This commit is contained in:
@@ -17,6 +17,7 @@ PIALERT_WEB_PROTECTION = False
|
|||||||
PIALERT_WEB_PASSWORD = '8d969eef6ecad3c29a3a629280e686cf0c3f5d5a86aff3ca12020c923adc6c92'
|
PIALERT_WEB_PASSWORD = '8d969eef6ecad3c29a3a629280e686cf0c3f5d5a86aff3ca12020c923adc6c92'
|
||||||
# Specifies which events trigger notofications. Remove the event type(s) you don't want to get notified on (overrides device-specific settings in the UI).
|
# Specifies which events trigger notofications. Remove the event type(s) you don't want to get notified on (overrides device-specific settings in the UI).
|
||||||
INCLUDED_SECTIONS = ['internet', 'new_devices', 'down_devices', 'events']
|
INCLUDED_SECTIONS = ['internet', 'new_devices', 'down_devices', 'events']
|
||||||
|
SCAN_CYCLE_MINUTES = 5 # delay between scans
|
||||||
|
|
||||||
# EMAIL settings
|
# EMAIL settings
|
||||||
# ----------------------
|
# ----------------------
|
||||||
@@ -73,6 +74,7 @@ MQTT_PORT = 1883
|
|||||||
MQTT_USER = 'mqtt'
|
MQTT_USER = 'mqtt'
|
||||||
MQTT_PASSWORD = 'passw0rd'
|
MQTT_PASSWORD = 'passw0rd'
|
||||||
MQTT_QOS = 0
|
MQTT_QOS = 0
|
||||||
|
MQTT_DELAY_SEC = 2 # delay in seconds, increase if not all devices are created in Home Assistant
|
||||||
|
|
||||||
# DynDNS
|
# DynDNS
|
||||||
# ----------------------
|
# ----------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user