mirror of
https://github.com/home-assistant/core.git
synced 2025-06-06 22:27:12 +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"
|