diff --git a/intern/docker_homeassistant/templates/config/configuration.yaml b/intern/docker_homeassistant/templates/config/configuration.yaml index bafa87a2c6ecc4fae7d349a4d7663a732496cc0c..30c9dae6f37de0007c276f457653cf884ddcb9c3 100644 --- a/intern/docker_homeassistant/templates/config/configuration.yaml +++ b/intern/docker_homeassistant/templates/config/configuration.yaml @@ -176,93 +176,6 @@ automation ansible: target: device_id: 96844a416179e61fff99195b6a16522e - # Licht im Hackcenter dimmen - - alias: ANSIBLE_dali_licht_hackcenter_helligkeit-anpassen - description: Ruft den Helper aus um per MQTT das Licht zu dimmen - trigger: - - platform: state - entity_id: - - input_number.dali_licht_hackcenter - for: - hours: 0 - minutes: 0 - seconds: 0 - action: - - service: mqtt.publish - data: - topic: light/dali - payload_template: "{{ '{{' }} states('input_number.dali_licht_hackcenter') | int {{ '}}' }}" - mode: restart - - - alias: ANSIBLE_Dimmer_Hackcenter_down - description: "" - mode: single - triggers: - - domain: mqtt - device_id: 868d603a22c4f1f6d5cc6d050f962e1a - type: action - subtype: rotate_left - trigger: device - - domain: mqtt - device_id: a35a891d445fc54d0aab7c5e2fce40a1 - type: action - subtype: rotate_left - trigger: device - conditions: [] - actions: - - repeat: - count: 25 - sequence: - - target: - entity_id: input_number.dali_licht_hackcenter - data: {} - action: input_number.decrement - - - alias: ANSIBLE_Dimmer_Hackcenter_up - description: "" - mode: single - triggers: - - domain: mqtt - device_id: 868d603a22c4f1f6d5cc6d050f962e1a - type: action - subtype: rotate_right - trigger: device - - domain: mqtt - device_id: a35a891d445fc54d0aab7c5e2fce40a1 - type: action - subtype: rotate_right - trigger: device - conditions: [] - actions: - - repeat: - count: 25 - sequence: - - target: - entity_id: input_number.dali_licht_hackcenter - data: {} - action: input_number.increment - - - alias: ANSIBLE_Dimmer_Hackcenter_toggle - description: "" - mode: single - triggers: - - domain: mqtt - device_id: 868d603a22c4f1f6d5cc6d050f962e1a - type: action - subtype: single - trigger: device - - domain: mqtt - device_id: a35a891d445fc54d0aab7c5e2fce40a1 - type: action - subtype: single - trigger: device - conditions: [] - actions: - - type: toggle - device_id: f65f71ef46e86492b79d75223670013a - entity_id: c522db6731a33bd27763830ddd2740e2 - domain: switch - - alias: ANSIBLE_Zonenshutdown mode: single triggers: @@ -989,37 +902,4 @@ automation ansible: data: {} target: area_id: schnackcenter - mode: single - - - alias: ANSIBLE_Hackcenter_licht_nach_shutdown - description: "" - mode: restart - triggers: [] - conditions: [] - actions: - - metadata: {} - data: - value: 255 - target: - entity_id: input_number.dali_licht_hackcenter - action: input_number.set_value - - delay: - hours: 0 - minutes: 1 - seconds: 0 - milliseconds: 0 - - metadata: {} - data: - value: 150 - target: - entity_id: input_number.dali_licht_hackcenter - action: input_number.set_value - - delay: - hours: 0 - minutes: 0 - seconds: 10 - milliseconds: 0 - - type: turn_off - device_id: f65f71ef46e86492b79d75223670013a - entity_id: c522db6731a33bd27763830ddd2740e2 - domain: switch \ No newline at end of file + mode: single \ No newline at end of file