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

Fix globals.set (#635)

* Fix globals.set

* Update __init__.py
This commit is contained in:
Otto Winter
2019-06-14 12:40:14 +02:00
committed by GitHub
parent f4160c363b
commit 97f2becc9e
2 changed files with 5 additions and 1 deletions

View File

@@ -1277,6 +1277,9 @@ text_sensor:
id: template_text
state: |-
return "Hello World2";
- globals.set:
id: glob_int
value: '0'
- platform: template
name: Template Text Sensor
id: template_text