Don't remove location information for packages (#1133)

This commit is contained in:
Otto Winter
2020-07-15 15:27:24 +02:00
committed by GitHub
parent dcadcdf056
commit 4752096520
5 changed files with 33 additions and 41 deletions
+1 -2
View File
@@ -3,11 +3,10 @@ import re
import esphome.config_validation as cv
from esphome import core
from esphome.const import CONF_SUBSTITUTIONS
_LOGGER = logging.getLogger(__name__)
CONF_SUBSTITUTIONS = 'substitutions'
VALID_SUBSTITUTIONS_CHARACTERS = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ' \
'0123456789_'