Updated for #401 Voice ANNOUNCEMENTS when Neato Gets stuck. @dshokouhi
This commit is contained in:
parent
8c84d45d58
commit
def1daf846
|
@ -15,6 +15,13 @@ neato:
|
|||
username: !secret neato_username
|
||||
password: !secret neato_password
|
||||
#-------------------------------------------
|
||||
sensor:
|
||||
- platform: template
|
||||
sensors:
|
||||
neato_status:
|
||||
friendly_name: 'Neato Status'
|
||||
value_template: '{{states.vacuum.carloneato.attributes["status"]}}'
|
||||
|
||||
group:
|
||||
Neato:
|
||||
entities:
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 60 KiB |
Loading…
Reference in New Issue