1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-07 14:56:25 +01:00
Files
core/homeassistant/components/syncthru/const.py
T
2020-07-08 16:38:16 -07:00

7 lines
119 B
Python

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