Skip to content
Snippets Groups Projects
Commit 2f17c5cd authored by jabertwo's avatar jabertwo
Browse files

homeassistant automatisierungen via ansible - part 2

parent 0a72ed0d
No related branches found
No related tags found
No related merge requests found
......@@ -253,7 +253,7 @@ automation ansible:
- alias: ANSIBLE_stromverbrauch_send_telegram
description: Sendet alle 10 Minuten den Stromverbrauch per Telegram
trigger:
- platform: time_platform
- platform: time_pattern
minutes: /10
condition: []
action:
......@@ -288,7 +288,6 @@ automation ansible:
hours: 0
minutes: 0
seconds: 0
condition: []
action:
- service: mqtt.publish
data:
......@@ -305,7 +304,6 @@ automation ansible:
condition: []
action:
- service: climate.turn_off
data: []
target:
entity_id:
- climate.hackcenter_mitte
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment