mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 13:38:04 +00:00
* Migrate pyLoad integration to externa API library * Add const to .coveragerc * raise update failed when cookie expired * fix exceptions * Add tests * bump to PyLoadAPI 1.1.0 * remove unreachable code * fix tests * Improve logging and exception handling - Modify manifest.json to update logger configuration. - Improve error messages for authentication failures in sensor.py. - Simplify and rename pytest fixtures in conftest.py. - Update test cases in test_sensor.py to check for log entries and remove unnecessary code. * remove exception translations
8 lines
135 B
Python
8 lines
135 B
Python
"""Constants for the pyLoad integration."""
|
|
|
|
DOMAIN = "pyload"
|
|
|
|
DEFAULT_HOST = "localhost"
|
|
DEFAULT_NAME = "pyLoad"
|
|
DEFAULT_PORT = 8000
|