Skip to content

Commit 7351165

Browse files
authored
Additional explanation of on_state (#46)
1 parent dc512e9 commit 7351165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/tri-state/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ switch:
66
- platform: tri-state
77
name: My Switch
88
pin: 12
9-
on_state: true # required. This defines the output state when the switch is on.
9+
on_state: true # required. This defines the output state when the switch is on. Set as true for high (VCC) or false for low (GND)
1010
```
1111

0 commit comments

Comments
 (0)