mirror of
https://github.com/home-assistant/core.git
synced 2026-08-16 02:02:56 +01:00
11 lines
215 B
Python
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}
|