mirror of
https://github.com/elisspace/core.git
synced 2026-09-19 01:01:37 +00:00
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
7 lines
119 B
Python
7 lines
119 B
Python
"""Samsung SyncThru constants."""
|
|
|
|
DEFAULT_NAME_TEMPLATE = "Samsung {}"
|
|
DEFAULT_MODEL = "Printer"
|
|
|
|
DOMAIN = "syncthru"
|