"""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}