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

Revert "Remove piolibdeps cache"

This reverts commit e009f21a72.
This commit is contained in:
Otto Winter
2019-03-05 13:53:09 +01:00
parent 7ebfcd3807
commit 5b4f98d414
2 changed files with 4 additions and 1 deletions

View File

@@ -491,7 +491,7 @@ sensor:
- mqtt.publish_json:
topic: the/topic
payload: |-
root["key"] = id(the_sensor).value;
root["key"] = id(the_sensor).state;
root["greeting"] = "Hello World";