Extra environment variables to pass to ESPHome. Secrets should be passed using the services.esphome.environmentFile option.
Declarations
Type
attribute set of stringDefault
{ }Example
{
PASSWORD = "gensokyo9";
USERNAME = "reimu";
}Extra environment variables to pass to ESPHome. Secrets should be passed using the services.esphome.environmentFile option.
attribute set of string{ }{
PASSWORD = "gensokyo9";
USERNAME = "reimu";
}