Skip to content

Commit

Permalink
Update to fix Generic Camera error.
Browse files Browse the repository at this point in the history
Updated readme to reflect change to generic camera handling in HA.

Update README.md

Updated to include generic camera instructions for mop roomba devices.

Update mop.yaml

Updated to remove outdated generic camera config.

Update vacuum.yaml

Updated to remove outdated generic camera config.
  • Loading branch information
xnemesis committed Sep 6, 2024
1 parent 34ec374 commit 613447c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 23 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,14 @@ recorder:
- sensor.rest980
- camera.roomba
```
### Step 13: Create Generic Camera Integration

### Step 13: Enjoy!
Create a new integration of 'Generic Camera' with the name 'Roomba' (or "Braava' if you are using mop.yaml). Set the 'Still Image URL' to the below and save the integration.
```
{{ states('input_text.vacuum_map') }}
```

### Step 14: Enjoy!

## Support

Expand Down
11 changes: 0 additions & 11 deletions mop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -698,17 +698,6 @@ notify:
platform: file
filename: !secret mop_log

###################################
# Camera
###################################

camera:
- platform: generic
still_image_url: >-
{{ states('input_text.mop_map') }}
content_type: image/png
name: Braava

###################################
# Shell Command
###################################
Expand Down
11 changes: 0 additions & 11 deletions vacuum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -794,17 +794,6 @@ notify:
platform: file
filename: !secret vacuum_log

###################################
# Camera
###################################

camera:
- platform: generic
still_image_url: >-
{{ states('input_text.vacuum_map') }}
content_type: image/png
name: Roomba

###################################
# Shell Command
###################################
Expand Down

0 comments on commit 613447c

Please sign in to comment.