Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.syncthing.const Namespace Reference

Variables

string DEFAULT_URL = "http://127.0.0.1:8384"
 
bool DEFAULT_VERIFY_SSL = True
 
string DOMAIN = "syncthing"
 
dictionary EVENTS
 
string FOLDER_PAUSED_RECEIVED = "syncthing_folder_paused_received"
 
string FOLDER_SUMMARY_RECEIVED = "syncthing_folder_summary_received"
 
 RECONNECT_INTERVAL = timedelta(seconds=10)
 
 SCAN_INTERVAL = timedelta(seconds=120)
 
string SERVER_AVAILABLE = "syncthing_server_available"
 
string SERVER_UNAVAILABLE = "syncthing_server_unavailable"
 
string STATE_CHANGED_RECEIVED = "syncthing_state_changed_received"
 

Detailed Description

Constants for the syncthing integration.

Variable Documentation

◆ DEFAULT_URL

string homeassistant.components.syncthing.const.DEFAULT_URL = "http://127.0.0.1:8384"

Definition at line 8 of file const.py.

◆ DEFAULT_VERIFY_SSL

bool homeassistant.components.syncthing.const.DEFAULT_VERIFY_SSL = True

Definition at line 7 of file const.py.

◆ DOMAIN

string homeassistant.components.syncthing.const.DOMAIN = "syncthing"

Definition at line 5 of file const.py.

◆ EVENTS

dictionary homeassistant.components.syncthing.const.EVENTS
Initial value:
1 = {
2  "FolderSummary": FOLDER_SUMMARY_RECEIVED,
3  "StateChanged": STATE_CHANGED_RECEIVED,
4  "FolderPaused": FOLDER_PAUSED_RECEIVED,
5 }

Definition at line 19 of file const.py.

◆ FOLDER_PAUSED_RECEIVED

string homeassistant.components.syncthing.const.FOLDER_PAUSED_RECEIVED = "syncthing_folder_paused_received"

Definition at line 14 of file const.py.

◆ FOLDER_SUMMARY_RECEIVED

string homeassistant.components.syncthing.const.FOLDER_SUMMARY_RECEIVED = "syncthing_folder_summary_received"

Definition at line 13 of file const.py.

◆ RECONNECT_INTERVAL

homeassistant.components.syncthing.const.RECONNECT_INTERVAL = timedelta(seconds=10)

Definition at line 10 of file const.py.

◆ SCAN_INTERVAL

homeassistant.components.syncthing.const.SCAN_INTERVAL = timedelta(seconds=120)

Definition at line 11 of file const.py.

◆ SERVER_AVAILABLE

string homeassistant.components.syncthing.const.SERVER_AVAILABLE = "syncthing_server_available"

Definition at line 16 of file const.py.

◆ SERVER_UNAVAILABLE

string homeassistant.components.syncthing.const.SERVER_UNAVAILABLE = "syncthing_server_unavailable"

Definition at line 15 of file const.py.

◆ STATE_CHANGED_RECEIVED

string homeassistant.components.syncthing.const.STATE_CHANGED_RECEIVED = "syncthing_state_changed_received"

Definition at line 17 of file const.py.