mirror of
https://github.com/home-assistant/core.git
synced 2026-05-20 07:20:14 +01:00
80c1c11b1a
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
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,
|
|
}
|