* 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>
6 lines
84 B
Python
6 lines
84 B
Python
"""The Qnap constants."""
|
|
|
|
DEFAULT_PORT = 8080
|
|
DEFAULT_TIMEOUT = 5
|
|
|
|
DOMAIN = "qnap"
|