Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-warpzone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infrastruktur
ansible-warpzone
Commits
ad3f2020
Commit
ad3f2020
authored
2 years ago
by
void
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
ssh://gitlab.warpzone.ms:444/infrastruktur/ansible-warpzone
parents
0c9d3b40
6b87ad32
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
intern/docker_homeassistant/templates/config/configuration.yaml
+30
-0
30 additions, 0 deletions
.../docker_homeassistant/templates/config/configuration.yaml
with
30 additions
and
0 deletions
intern/docker_homeassistant/templates/config/configuration.yaml
+
30
−
0
View file @
ad3f2020
...
@@ -177,6 +177,36 @@ automation ansible:
...
@@ -177,6 +177,36 @@ automation ansible:
data
:
{}
data
:
{}
mode
:
restart
mode
:
restart
# send zonenstatus once on change to MQTT
-
alias
:
ANSIBLE_zonenstatus_send_once_MQTT
description
:
Sendet den Zonenstatus EINMALIG (on change) per MQTT
trigger
:
-
platform
:
state
entity_id
:
-
input_select.zonenstatus
condition
:
[]
action
:
-
choose
:
-
conditions
:
-
condition
:
state
entity_id
:
input_select.zonenstatus
state
:
open
sequence
:
-
service
:
mqtt.publish
data
:
topic
:
warpzone/door/status_once
payload
:
OPEN
-
conditions
:
-
condition
:
state
entity_id
:
input_select.zonenstatus
state
:
closed
sequence
:
-
service
:
mqtt.publish
data
:
topic
:
warpzone/door/status_once
payload
:
CLOSED
mode
:
restart
# send zonenstatus to telegram
# send zonenstatus to telegram
-
alias
:
ANSIBLE_zonenstatus_send_telegram
-
alias
:
ANSIBLE_zonenstatus_send_telegram
description
:
Sendet den Zonenstatus per Telegram-Bot
description
:
Sendet den Zonenstatus per Telegram-Bot
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment