Skip to content

Commit 613447c

Browse files
committed
Update to fix Generic Camera error.
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.
1 parent 34ec374 commit 613447c

File tree

3 files changed

+7
-23
lines changed

3 files changed

+7
-23
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,14 @@ recorder:
227227
- sensor.rest980
228228
- camera.roomba
229229
```
230+
### Step 13: Create Generic Camera Integration
230231

231-
### Step 13: Enjoy!
232+
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.
233+
```
234+
{{ states('input_text.vacuum_map') }}
235+
```
236+
237+
### Step 14: Enjoy!
232238

233239
## Support
234240

mop.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -698,17 +698,6 @@ notify:
698698
platform: file
699699
filename: !secret mop_log
700700

701-
###################################
702-
# Camera
703-
###################################
704-
705-
camera:
706-
- platform: generic
707-
still_image_url: >-
708-
{{ states('input_text.mop_map') }}
709-
content_type: image/png
710-
name: Braava
711-
712701
###################################
713702
# Shell Command
714703
###################################

vacuum.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -794,17 +794,6 @@ notify:
794794
platform: file
795795
filename: !secret vacuum_log
796796

797-
###################################
798-
# Camera
799-
###################################
800-
801-
camera:
802-
- platform: generic
803-
still_image_url: >-
804-
{{ states('input_text.vacuum_map') }}
805-
content_type: image/png
806-
name: Roomba
807-
808797
###################################
809798
# Shell Command
810799
###################################

0 commit comments

Comments
 (0)