Updates von Automationen und Konfiguration
This commit is contained in:
@@ -61,6 +61,19 @@ http:
|
||||
- 172.30.33.0/24
|
||||
#-------------------------------------------
|
||||
|
||||
rest_command:
|
||||
webhook_n8n:
|
||||
url: "http://192.168.178.183:9789/webhook/16df2ae3-ec33-497d-8186-99d857363c62"
|
||||
method: post
|
||||
content_type: "application/json"
|
||||
payload: >
|
||||
{
|
||||
"entity": "{{ trigger.entity_id if trigger is defined else 'manual' }}",
|
||||
"state": "{{ states('sensor.irgendwas') }}",
|
||||
"custom_string": "{{ custom_string }}"
|
||||
}
|
||||
|
||||
|
||||
#------------------------------------------
|
||||
####### Templates #####
|
||||
#------------------------------------------
|
||||
@@ -159,6 +172,7 @@ adaptive_lighting:
|
||||
- light.diele_1_licht
|
||||
- light.diele_2_licht
|
||||
- light.diele_3_licht
|
||||
- light.gruppeflurlampen_deckenlampen_wohnzimmer
|
||||
|
||||
# Charlotte
|
||||
- light.deckenlampe_charlotte_licht
|
||||
@@ -191,6 +205,7 @@ adaptive_lighting:
|
||||
- light.badspiegel_licht
|
||||
- light.deckenlampe_licht #Bad
|
||||
- light.dusche_licht
|
||||
- light.gruppeflurlampen_deckewohnzimmerzigbee #Gruppe im Bad
|
||||
# Schlafzimmer
|
||||
- light.deckenlampe
|
||||
- light.nachttisch_sarah
|
||||
|
||||
Reference in New Issue
Block a user