You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/configuration/useful-snippets.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ esphome:
21
21
priority: 260
22
22
then:
23
23
- select.set:
24
-
id: temp_source_select
25
-
option: "Thermostat"
24
+
id: temp_source_select
25
+
option: "Thermostat"
26
26
```
27
27
28
28
Where `"Thermostat"` is the display name of the temperature source you want to select. "Internal" will always be present and "Thermostat" will be present if a thermostat is configured.
0 commit comments