Files
core/tests/components/nfandroidtv/__init__.py
T

11 lines
215 B
Python

"""Tests for the NFAndroidTV integration."""
from homeassistant.const import CONF_HOST
HOST = "1.2.3.4"
NAME = "Android TV / Fire TV (1.2.3.4)"
CONF_DATA = {CONF_HOST: HOST}
CONF_CONFIG_FLOW = {CONF_HOST: HOST}