Roborock on error notification
unknown
yaml
a year ago
461 B
27
Indexable
alias: Roborock error
description: ""
trigger:
- platform: state
entity_id:
- sensor.pretty_vacuum_error
condition:
- condition: template
value_template: >-
{% if not is_state('sensor.pretty_vacuum_error', ['unavailable', 'none'])
%}true{% endif %}
action:
- service: notify.mobile_app_realme_9pro
metadata: {}
data:
title: Robo Pretty error
message: "{{ states('sensor.pretty_vacuum_error') }}"
mode: single
Editor is loading...