Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Samsung SyncThru constants."""
2 
3 DEFAULT_NAME_TEMPLATE = "Samsung {}"
4 DEFAULT_MODEL = "Printer"
5 
6 DOMAIN = "syncthru"