mirror of
https://github.com/elisspace/core.git
synced 2026-08-31 16:34:00 +00:00
Remove validate from aws_config (#23084)
This commit is contained in:
committed by
Paulus Schoutsen
parent
c314220167
commit
95662f82d4
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user