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
e04d9892
Commit
e04d9892
authored
Jan 10, 2020
by
Rob Connolly
Browse files
Grrr, entity IDs.
parent
ec755339
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
customise.yaml
customise.yaml
+2
-2
packages/mysensors.yaml
packages/mysensors.yaml
+5
-5
No files found.
customise.yaml
View file @
e04d9892
...
...
@@ -64,8 +64,8 @@
!secret
linode_mail_server_sensor
:
friendly_name
:
!secret
linode_mail_server_friendly_name
sensor.temperatureandhumidity_3_0
_2
:
sensor.temperatureandhumidity_3_0
:
friendly_name
:
"
Greenhouse
Humidity"
sensor.temperatureandhumidity_3_1
_2
:
sensor.temperatureandhumidity_3_1
:
friendly_name
:
"
Greenhouse
Temperature"
packages/mysensors.yaml
View file @
e04d9892
...
...
@@ -2,7 +2,7 @@
mysensors
:
gateways
:
-
device
:
mqtt
persistence_file
:
'
/config/mysensors
-mqtt
.json'
persistence_file
:
'
/config/mysensors.json'
topic_in_prefix
:
'
mysensors/out'
topic_out_prefix
:
'
mysensors/in'
debug
:
true
...
...
@@ -19,7 +19,7 @@ automation:
-
alias
:
"
Greenhouse
High
Temperature
Notification"
trigger
:
platform
:
numeric_state
entity_id
:
sensor.temperatureandhumidity_3_1
_2
entity_id
:
sensor.temperatureandhumidity_3_1
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
_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."
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."
-
alias
:
"
Greenhouse
Low
Temperature
Notification"
trigger
:
platform
:
numeric_state
entity_id
:
sensor.temperatureandhumidity_3_1
_2
entity_id
:
sensor.temperatureandhumidity_3_1
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
_2
.state
}}{{
states.sensor.temperatureandhumidity_3_1
_2
.attributes.unit_of_measurement
}}.
You
may
wish
to
close
the
door."
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."
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