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:
froz 2016-11-07 15:10:04 -08:00 committed by Fabian Affolter
parent 62b1176d72
commit 674e538ea5

View File

@ -29,4 +29,5 @@ Configuration variables:
- **address** (*Required*): The X10 address of the switch.
- **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.