mirror of
https://github.com/esphome/esphome.git
synced 2026-01-27 23:12:07 -07:00
13 lines
257 B
YAML
13 lines
257 B
YAML
esphome:
|
|
on_boot:
|
|
# Test simple value
|
|
- hub75.set_brightness: 200
|
|
|
|
# Test templatable value
|
|
- hub75.set_brightness: !lambda 'return 100;'
|
|
|
|
# Test with explicit ID
|
|
- hub75.set_brightness:
|
|
id: my_hub75
|
|
brightness: 50
|