v0.14.13
This commit is contained in:
@@ -131,6 +131,7 @@ impl Config {
|
||||
allow_invalid_tls: env::var("HA_ALLOW_INVALID_TLS")
|
||||
.map(|v| matches!(v.to_ascii_lowercase().as_str(), "1" | "true" | "yes" | "on"))
|
||||
.unwrap_or(false),
|
||||
manual_auth_override: false,
|
||||
sensor_aliases: Default::default(),
|
||||
flow_inputs: Vec::new(),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user