Skip to content

Commit 674e538

Browse files
frozfabaff
authored andcommitted
Add undocumented comm_type (home-assistant#1414)
The CM19A is an RF device and will not work unless the correct comm_type is added to the configuration. Support for comm_type is already implemented in homeassistant/components/switch/mochad.py, but it is undocumented.
1 parent 62b1176 commit 674e538

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/_components/switch.mochad.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ Configuration variables:
2929
3030
- **address** (*Required*): The X10 address of the switch.
3131
- **name** (*Optional*): The name of the switch. Default is: x10_switch_dev_*address*.
32+
- **comm_type** (*Optional*): pl (powerline) or rf (radio frequency). Default is pl.
3233

0 commit comments

Comments
 (0)