Via a file env_file as optional input of the action where you can give up an .env file, then it will add --env-file to the docker check command. This will allow you to use !env_var inside of your home assistant config and have an env stub where you store secrets/variables.
Closes #43.
Via a file
env_file
as optional input of the action where you can give up an.env
file, then it will add--env-file
to the docker check command. This will allow you to use!env_var
inside of your home assistant config and have an env stub where you store secrets/variables.