mirror of
https://github.com/elisspace/core.git
synced 2026-08-29 15:43:55 +00:00
* Create const.py * Update sensor.py * Add docstring * Update sensor.py * Update homeassistant/components/qnap/sensor.py Co-authored-by: epenet <6771947+epenet@users.noreply.github.com> * Update homeassistant/components/qnap/const.py Co-authored-by: epenet <6771947+epenet@users.noreply.github.com> --------- Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
7 lines
84 B
Python
7 lines
84 B
Python
"""The Qnap constants."""
|
|
|
|
DEFAULT_PORT = 8080
|
|
DEFAULT_TIMEOUT = 5
|
|
|
|
DOMAIN = "qnap"
|