6 lines
137 B
Python
6 lines
137 B
Python
|
"""Constants for the teslemetry tests."""
|
||
|
|
||
|
from homeassistant.const import CONF_ACCESS_TOKEN
|
||
|
|
||
|
CONFIG = {CONF_ACCESS_TOKEN: "1234567890"}
|