1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-14 14:48:18 +00:00
This commit is contained in:
Otto Winter 2018-10-20 15:03:39 +02:00
parent dd9cc51db2
commit 9286f2fb27
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E

View File

@ -150,8 +150,8 @@ text_sensor:
icon: mdi:icon
id: version_sensor
on_value:
lambda: |-
ESP_LOGD("main", "The state is %s=%s", x.c_str(), id(version_sensor).state.c_str());
- lambda: |-
ESP_LOGD("main", "The state is %s=%s", x.c_str(), id(version_sensor).state.c_str());
- script.execute: my_script
- platform: mqtt_subscribe
name: "MQTT Subscribe Text"