mirror of
https://github.com/m5stack/esphome.git
synced 2026-05-20 11:52:52 -07:00
Co-authored-by: J. Nick Koston <nick@home-assistant.io> Co-authored-by: J. Nick Koston <nick@koston.org>
17 lines
247 B
YAML
17 lines
247 B
YAML
esphome:
|
|
name: test
|
|
|
|
esp32:
|
|
board: esp32dev
|
|
|
|
globals:
|
|
- id: my_global_int
|
|
type: int
|
|
initial_value: "42"
|
|
- id: my_global_float
|
|
type: float
|
|
initial_value: "1.5"
|
|
- id: my_global_bool
|
|
type: bool
|
|
initial_value: "true"
|