mirror of
https://github.com/home-assistant/core.git
synced 2025-11-07 01:50:18 +00:00
Improve string formatting v4 (#33668)
* Improve string formatting v4 * Use normal strings instead of f-strings * Fix zeroconf test by adding back part of a condition
This commit is contained in:
@@ -32,7 +32,7 @@ ATTR_TOTAL_MATCHES = "total_matches"
|
||||
|
||||
CASCADE_URL = (
|
||||
"https://raw.githubusercontent.com/opencv/opencv/master/data/"
|
||||
+ "lbpcascades/lbpcascade_frontalface.xml"
|
||||
"lbpcascades/lbpcascade_frontalface.xml"
|
||||
)
|
||||
|
||||
CONF_CLASSIFIER = "classifier"
|
||||
|
||||
Reference in New Issue
Block a user