Skip to content

Instantly share code, notes, and snippets.

View FredrikM97's full-sized avatar

Fredrik Mårtensson FredrikM97

  • Sweden
View GitHub Profile
@FredrikM97
FredrikM97 / tradfri_e2001-e2002_light_switch.yaml
Last active December 16, 2024 17:37
Tradfri E2001/E2002 light Switch Blueprint
blueprint:
name: Tradfri E2001/E2002 light Switch
description: >
Control light or group of lights with switch.
Based on https://gist.github.com/FloppyGit/efaa93c1d63676e30c4b61adb4a861ac
domain: automation
input:
source_switch_action:
name: Tradfri E2001/E2002 Switch
description: Switch triggers action.
MAIN_FUNC (){
INIT_FUNC
AVAILABLE_TORRENT_FUNC
REMOVE_FUNC
}
INIT_FUNC () {
# IP:PORT
SERVER="localhost:9091"