1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-05 21:02:20 +01:00

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

View File

@@ -467,6 +467,7 @@ CONF_STEP_PIN = 'step_pin'
CONF_STOP = 'stop'
CONF_STOP_ACTION = 'stop_action'
CONF_SUBNET = 'subnet'
CONF_SUBSTITUTIONS = 'substitutions'
CONF_SUPPORTS_COOL = 'supports_cool'
CONF_SUPPORTS_HEAT = 'supports_heat'
CONF_SWING_BOTH_ACTION = 'swing_both_action'