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

Variables

string DOMAIN = "backup"
 
list EXCLUDE_FROM_BACKUP
 
 LOGGER = getLogger(__package__)
 

Detailed Description

Constants for the Backup integration.

Variable Documentation

◆ DOMAIN

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

Definition at line 13 of file const.py.

◆ EXCLUDE_FROM_BACKUP

list homeassistant.components.backup.const.EXCLUDE_FROM_BACKUP
Initial value:
1 = [
2  "__pycache__/*",
3  ".DS_Store",
4  ".HA_RESTORE",
5  "*.db-shm",
6  "*.log.*",
7  "*.log",
8  "backups/*.tar",
9  "OZW_Log.txt",
10  "tts/*",
11 ]

Definition at line 17 of file const.py.

◆ LOGGER

homeassistant.components.backup.const.LOGGER = getLogger(__package__)

Definition at line 15 of file const.py.