mirror of
https://github.com/esphome/esphome.git
synced 2026-08-24 15:16:20 +00:00
15 lines
221 B
YAML
15 lines
221 B
YAML
esphome:
|
|
name: test
|
|
|
|
host:
|
|
|
|
text:
|
|
- platform: template
|
|
name: "Test Text Restore"
|
|
id: test_text_restore
|
|
optimistic: true
|
|
max_length: 10
|
|
mode: text
|
|
initial_value: "hello"
|
|
restore_value: true
|