Compare commits

..

No commits in common. "4d3a6f6e2168e1bb374ba2a55269401eabcea2d9" and "5b66f4718f9874093496b0f87308adf4018a169e" have entirely different histories.

4 changed files with 1 additions and 5 deletions

View file

@ -65,7 +65,7 @@ steps:
- virtualenv venv-drone
- venv-drone/bin/pip install -q esphome
- |
venv-drone/bin/esphome -q \
venv-drone/bin/esphome \
-s extra_version \
+$(venv-drone/bin/pip show esphome | grep ^Version | cut -d' ' -f2) \
compile $(grep -l ^substitutions *.yaml)

View file

@ -1,7 +1,6 @@
esphome:
name: ${device_id}
name_add_mac_suffix: true
friendly_name: "${device_name}"
project:
name: "${project_name}"
version: "${project_version}"

View file

@ -15,9 +15,7 @@ api:
ota:
- platform: esphome
id: ota_esphome
- platform: http_request
id: ota_http
update:
- platform: http_request

View file

@ -8,7 +8,6 @@ substitutions:
esphome:
name: ${device_id}
name_add_mac_suffix: true
friendly_name: "${device_name}"
project:
name: "${project_name}"
version: "${project_version}"