Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
hass-config
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Security & Compliance
Security & Compliance
Dependency List
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Rob Connolly
hass-config
Commits
8f8bdbe1
Commit
8f8bdbe1
authored
Aug 21, 2019
by
Rob Connolly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implement startup and shutdown notifications.
parent
e5387e2d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
2 deletions
+21
-2
notify.yaml
notify.yaml
+2
-2
packages/system_health.yaml
packages/system_health.yaml
+19
-0
No files found.
notify.yaml
View file @
8f8bdbe1
...
...
@@ -30,12 +30,12 @@
host
:
!secret
kodi_bedroom_host
username
:
!secret
kodi_username
password
:
!secret
kodi_password
-
name
:
gotify_1
platform
:
rest
resource
:
!secret
gotify_resource
method
:
POST_JSON
headers
:
headers
:
X-Gotify-Key
:
!secret
gotify_key
message_param_name
:
message
title_param_name
:
title
...
...
packages/system_health.yaml
View file @
8f8bdbe1
...
...
@@ -127,3 +127,22 @@ automation:
title
:
"
Room
Sensors
Reset"
message
:
"
Device
'{{
trigger.to_state.name
}}'
was
offline
for
10
minutes,
room
sensors
reset."
-
alias
:
Notify on startup
trigger
:
-
platform
:
homeassistant
event
:
start
action
:
-
service
:
notify.notify
data
:
title
:
"
Home
Assistant
Started
Up"
message
:
"
Home
Assistant
has
been
started
up!"
-
alias
:
Notify on shutdown
trigger
:
-
platform
:
homeassistant
event
:
shutdown
action
:
-
service
:
notify.notify
data
:
title
:
"
Home
Assistant
Shutdown"
message
:
"
Home
Assistant
is
shutting
down!"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment