mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
typo single vs simple (#1785)
This commit is contained in:
parent
17cc02ed98
commit
1472514ff3
@ -452,7 +452,7 @@ And then later in code:
|
||||
- id: page1
|
||||
lambda: |-
|
||||
// Draw the graph at position [x=10,y=20]
|
||||
it.graph(10, 20, id(simple_temperature_graph));
|
||||
it.graph(10, 20, id(single_temperature_graph));
|
||||
- id: page2
|
||||
lambda: |-
|
||||
// Draw the graph at position [x=10,y=20]
|
||||
|
Loading…
Reference in New Issue
Block a user