mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
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
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user