mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-22 02:05:11 +01:00
7 lines
119 B
Python
7 lines
119 B
Python
"""Samsung SyncThru constants."""
|
|
|
|
DEFAULT_NAME_TEMPLATE = "Samsung {}"
|
|
DEFAULT_MODEL = "Printer"
|
|
|
|
DOMAIN = "syncthru"
|