diff --git a/shell_scripts/codesend b/shell_scripts/codesend new file mode 100755 index 00000000..0f40b5ef Binary files /dev/null and b/shell_scripts/codesend differ diff --git a/switch/rf_commandline.yaml b/switch/rf_commandline.yaml new file mode 100755 index 00000000..dd2b1fde --- /dev/null +++ b/switch/rf_commandline.yaml @@ -0,0 +1,11 @@ +###################################################################### +## 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" + \ No newline at end of file