Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Rob Connolly
hass-config
Commits
6189b5fb
Commit
6189b5fb
authored
Jan 10, 2020
by
Rob Connolly
Browse files
Fix other entity IDs.
parent
5dab7af0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
packages/mysensors.yaml
packages/mysensors.yaml
+4
-4
No files found.
packages/mysensors.yaml
View file @
6189b5fb
...
...
@@ -19,7 +19,7 @@ automation:
-
alias
:
"
Greenhouse
High
Temperature
Notification"
trigger
:
platform
:
numeric_state
entity_id
:
sensor.temperatureandhumidity_3_1
entity_id
:
sensor.temperatureandhumidity_3_1
_2
above
:
27
for
:
minutes
:
30
...
...
@@ -31,11 +31,11 @@ automation:
service
:
notify.family
data_template
:
title
:
"
Greenhouse
Temperature
High!"
message
:
"
The
greenhouse
temperature
is
{{
states.sensor.temperatureandhumidity_3_1.state
}}{{
states.sensor.temperatureandhumidity_3_1.attributes.unit_of_measurement
}}.
You
may
wish
to
open
the
door
and
check
if
the
plants
need
watering."
message
:
"
The
greenhouse
temperature
is
{{
states.sensor.temperatureandhumidity_3_1
_2
.state
}}{{
states.sensor.temperatureandhumidity_3_1
_2
.attributes.unit_of_measurement
}}.
You
may
wish
to
open
the
door
and
check
if
the
plants
need
watering."
-
alias
:
"
Greenhouse
Low
Temperature
Notification"
trigger
:
platform
:
numeric_state
entity_id
:
sensor.temperatureandhumidity_3_1
entity_id
:
sensor.temperatureandhumidity_3_1
_2
below
:
11
for
:
minutes
:
30
...
...
@@ -47,4 +47,4 @@ automation:
service
:
notify.family
data_template
:
title
:
"
Greenhouse
Temperature
Low!"
message
:
"
The
greenhouse
temperature
is
{{
states.sensor.temperatureandhumidity_3_1.state
}}{{
states.sensor.temperatureandhumidity_3_1.attributes.unit_of_measurement
}}.
You
may
wish
to
close
the
door."
message
:
"
The
greenhouse
temperature
is
{{
states.sensor.temperatureandhumidity_3_1
_2
.state
}}{{
states.sensor.temperatureandhumidity_3_1
_2
.attributes.unit_of_measurement
}}.
You
may
wish
to
close
the
door."
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