mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-05 08:44:24 +00:00
43 lines
915 B
YAML
43 lines
915 B
YAML
camera:
|
|
- platform: xiaomi_cloud_map_extractor
|
|
host: !secret vacuum_host
|
|
token: !secret vacuum_token
|
|
username: !secret vacuum_username
|
|
password: !secret vacuum_password
|
|
draw: ['all']
|
|
attributes:
|
|
- calibration_points
|
|
- charger
|
|
- goto
|
|
- goto_path
|
|
- goto_predicted_path
|
|
- image
|
|
- is_empty
|
|
- map_name
|
|
- no_go_areas
|
|
- no_mopping_areas
|
|
- obstacles
|
|
- path
|
|
- room_numbers
|
|
- rooms
|
|
- vacuum_position
|
|
- vacuum_room
|
|
- walls
|
|
- zones
|
|
colors:
|
|
color_map_outside: [35, 35, 35]
|
|
color_map_wall: [255, 255, 255]
|
|
color_map_inside: [10, 10, 10]
|
|
room_colors:
|
|
1: [240, 178, 122]
|
|
2: [133, 193, 233]
|
|
3: [217, 136, 128]
|
|
4: [52, 152, 219]
|
|
5: [205, 97, 85]
|
|
6: [243, 156, 18]
|
|
|
|
homeassistant:
|
|
customize:
|
|
vacuum.vacuum:
|
|
icon: bha:roborock
|