Go to the source code of this file.
Namespaces | |
| homeassistant.components.syncthing.const | |
Variables | |
| string | homeassistant.components.syncthing.const.DEFAULT_URL = "http://127.0.0.1:8384" |
| bool | homeassistant.components.syncthing.const.DEFAULT_VERIFY_SSL = True |
| string | homeassistant.components.syncthing.const.DOMAIN = "syncthing" |
| dictionary | homeassistant.components.syncthing.const.EVENTS |
| string | homeassistant.components.syncthing.const.FOLDER_PAUSED_RECEIVED = "syncthing_folder_paused_received" |
| string | homeassistant.components.syncthing.const.FOLDER_SUMMARY_RECEIVED = "syncthing_folder_summary_received" |
| homeassistant.components.syncthing.const.RECONNECT_INTERVAL = timedelta(seconds=10) | |
| homeassistant.components.syncthing.const.SCAN_INTERVAL = timedelta(seconds=120) | |
| string | homeassistant.components.syncthing.const.SERVER_AVAILABLE = "syncthing_server_available" |
| string | homeassistant.components.syncthing.const.SERVER_UNAVAILABLE = "syncthing_server_unavailable" |
| string | homeassistant.components.syncthing.const.STATE_CHANGED_RECEIVED = "syncthing_state_changed_received" |