mirror of
https://github.com/esphome/esphome.git
synced 2026-09-20 11:38:48 +00:00
29 lines
431 B
YAML
29 lines
431 B
YAML
---
|
|
esphome:
|
|
name: test
|
|
|
|
esp32:
|
|
board: esp32dev
|
|
|
|
number:
|
|
- platform: template
|
|
id: auto_number
|
|
min_value: 0
|
|
max_value: 10
|
|
step: 1
|
|
optimistic: true
|
|
- platform: template
|
|
id: box_number
|
|
min_value: 0
|
|
max_value: 10
|
|
step: 1
|
|
mode: box
|
|
optimistic: true
|
|
- platform: template
|
|
id: explicit_auto_number
|
|
min_value: 0
|
|
max_value: 10
|
|
step: 1
|
|
mode: auto
|
|
optimistic: true
|