You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
423 B
11 lines
423 B
######################################################################
|
|
## Awesome Elekcity Outlet control via RF via CODESEND!
|
|
######################################################################
|
|
|
|
- platform: command_line
|
|
switches:
|
|
# Outlet 311_3
|
|
printer_cmd:
|
|
command_on: "/home/hass/.homeassistant/shell_scripts/codesend 284419"
|
|
command_off: "/home/hass/.homeassistant/shell_scripts/codesend 284428"
|
|
|