We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc512e9 commit 7351165Copy full SHA for 7351165
components/tri-state/README.md
@@ -6,6 +6,6 @@ switch:
6
- platform: tri-state
7
name: My Switch
8
pin: 12
9
- on_state: true # required. This defines the output state when the switch is on.
+ 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)
10
```
11
0 commit comments