Remove validate from aws_config (#23084)

pull/23098/head
Jason Hu 2019-04-14 07:21:47 -07:00 committed by Paulus Schoutsen
parent c314220167
commit 95662f82d4
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ async def _validate_aws_credentials(hass, credential):
aws_config = credential.copy()
del aws_config[CONF_NAME]
del aws_config[CONF_VALIDATE]
profile = aws_config.get(CONF_PROFILE_NAME)