mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Remove validate from aws_config (#23084)
This commit is contained in:
parent
c314220167
commit
95662f82d4
@ -161,6 +161,7 @@ async def _validate_aws_credentials(hass, credential):
|
|||||||
|
|
||||||
aws_config = credential.copy()
|
aws_config = credential.copy()
|
||||||
del aws_config[CONF_NAME]
|
del aws_config[CONF_NAME]
|
||||||
|
del aws_config[CONF_VALIDATE]
|
||||||
|
|
||||||
profile = aws_config.get(CONF_PROFILE_NAME)
|
profile = aws_config.get(CONF_PROFILE_NAME)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user