|
|
async def async_test_connection(config: dict, hass: HomeAssistant):
|
|
async def async_test_connection(config: dict, hass: HomeAssistant):
|
|
|
device = TuyaLocalDevice("Test", config[CONF_DEVICE_ID], config[CONF_HOST], config[CONF_LOCAL_KEY], hass)
|
|
device = TuyaLocalDevice("Test", config[CONF_DEVICE_ID], config[CONF_HOST], config[CONF_LOCAL_KEY], hass)
|