New component for powerplugs for radio in first floor
This commit is contained in:
@@ -95,6 +95,25 @@ def get_config():
|
||||
'key_yellow': '[scene] wohnbereich_hell',
|
||||
'key_blue': '[scene] wohnbereich_blau_grun',
|
||||
}
|
||||
},
|
||||
'first_floor_dining_room': {
|
||||
'ir_host': 'esszimmerradio',
|
||||
'media_player': 'media_player.esszimmer',
|
||||
'group': 'first_floor',
|
||||
'mapping': {
|
||||
'btn_1': '[radio] Bayern 1',
|
||||
'btn_2': '[radio] Bayern 2',
|
||||
'btn_3': '[radio] BR Heimat',
|
||||
'btn_4': '[radio] Bayern+',
|
||||
'btn_5': '[radio] B 5 Aktuell',
|
||||
'btn_6': '[radio] BR-Klassik',
|
||||
'btn_7': '[playlist] Gesammelte Weihnachtslieder',
|
||||
'btn_8': '[playlist] Harmonic Brass Christmas',
|
||||
'btn_9': '[playlist] German Brass Christmas',
|
||||
'key_numeric_star': '[playlist] Weihnachten mit den Wiener Sängerknaben',
|
||||
'btn_0': '[playlist] Weihnachten mit den Wiener Sängerknaben',
|
||||
'key_numeric_pound': '[playlist] SammlungGeorg',
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -112,6 +112,15 @@ notify:
|
||||
dimmer:
|
||||
cover_half:
|
||||
|
||||
|
||||
|
||||
switch:
|
||||
- platform: httpsispmctl
|
||||
name: esszimmer_oben_radio_steckdose
|
||||
host: esszimmerradio.fritz.box
|
||||
num_power_plugs: 4
|
||||
|
||||
|
||||
long_click:
|
||||
duration: 0.6
|
||||
switches:
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
local_ip: 192.168.178.80
|
||||
knxd_host: 192.168.178.80 #directly the network bridge: 192.168.178.65
|
||||
local_ip: 127.0.0.1
|
||||
knxd_host: 127.0.0.1 #directly the network bridge: 192.168.178.65
|
||||
homekit_name: BauerHome
|
||||
Reference in New Issue
Block a user