core/homeassistant/components/syncthru/const.py

7 lines
119 B
Python
Raw Normal View History

"""Samsung SyncThru constants."""
DEFAULT_NAME_TEMPLATE = "Samsung {}"
DEFAULT_MODEL = "Printer"
DOMAIN = "syncthru"