Improve API naming convention consistency (#197)

* Improve API naming convention consistency

* Fix
This commit is contained in:
Otto Winter
2018-10-20 15:16:58 +02:00
committed by GitHub
parent 7a55521807
commit 25c66ed8ca
5 changed files with 22 additions and 22 deletions

View File

@@ -151,7 +151,7 @@ text_sensor:
id: version_sensor
on_value:
- lambda: |-
ESP_LOGD("main", "The value is %s=%s", x.c_str(), id(version_sensor).value.c_str());
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"