Skip to content

Commit

Permalink
''
Browse files Browse the repository at this point in the history
  • Loading branch information
jnewland committed Jan 15, 2020
1 parent 60067e1 commit ee8e095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automation/log_state_changes_to_slack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ action:
{{ domain_emoji[new_state.domain] | default(":control_knobs:") -}}{{ " " -}}
{% endif -%}
*{{ new_state.name | capitalize -}}*{{ " " -}}
is *_{{ new_state.state | capitalize }}{{ new_state.attributes.unit_of_measurement }}_*{{ " " -}}
is {% if new_state.state == "" %}{{ "'' " }}{% else %}*_{{ new_state.state | capitalize }}{{ new_state.attributes.unit_of_measurement }}_*{{ " " }}{% endif -%}
after being {{ old_state.state | capitalize }}{{ old_state.attributes.unit_of_measurement }}{{ " " -}}
for {{ relative_time(old_state.last_changed) }}
{% endif -%}
Expand Down
2 changes: 1 addition & 1 deletion packages/object_detection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sensor:
- platform: template
sensors:
object_detection_summary:
friendly_name: object_detection_summary
friendly_name: Object detection summary
entity_id:
- image_processing.atrium
- image_processing.back_porch
Expand Down

0 comments on commit ee8e095

Please sign in to comment.