Add undocumented comm_type (#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.
This commit is contained in:
parent
62b1176d72
commit
674e538ea5
1 changed files with 1 additions and 0 deletions
|
@ -29,4 +29,5 @@ Configuration variables:
|
||||||
|
|
||||||
- **address** (*Required*): The X10 address of the switch.
|
- **address** (*Required*): The X10 address of the switch.
|
||||||
- **name** (*Optional*): The name of the switch. Default is: x10_switch_dev_*address*.
|
- **name** (*Optional*): The name of the switch. Default is: x10_switch_dev_*address*.
|
||||||
|
- **comm_type** (*Optional*): pl (powerline) or rf (radio frequency). Default is pl.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue