mirror of
https://github.com/esphome/esphome.git
synced 2025-03-14 14:48:18 +00:00
Fix
This commit is contained in:
parent
dd9cc51db2
commit
9286f2fb27
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user