mirror of
https://github.com/home-assistant/core.git
synced 2025-04-29 11:47:50 +00:00
10 lines
171 B
Python
10 lines
171 B
Python
"""Tests for Transmission."""
|
|
|
|
MOCK_CONFIG_DATA = {
|
|
"name": "Transmission",
|
|
"host": "0.0.0.0",
|
|
"username": "user",
|
|
"password": "pass",
|
|
"port": 9091,
|
|
}
|