mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-22 00:55:18 +00:00
25 lines
615 B
YAML
Executable File
25 lines
615 B
YAML
Executable File
######################################################################
|
|
## Awesome Elekcity Outlet control via RF
|
|
######################################################################
|
|
|
|
- platform: rpi_rf
|
|
gpio: 17
|
|
switches:
|
|
# Outlet 1
|
|
Living_Room_Amp:
|
|
protocol: 1
|
|
pulselength: 186
|
|
code_on: 5265155
|
|
code_off: 5265164
|
|
# Outlet 2
|
|
Halloween_Lights_Den:
|
|
protocol: 1
|
|
pulselength: 186
|
|
code_on: 5264835
|
|
code_off: 5264844
|
|
# Outlet 3
|
|
Garage_Outlet:
|
|
protocol: 1
|
|
pulselength: 186
|
|
code_on: 5264691
|
|
code_off: 5264700 |