initial commit
This commit is contained in:
23
configuration/camera/xiaomi_roborock.yaml
Normal file
23
configuration/camera/xiaomi_roborock.yaml
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
- platform: xiaomi_cloud_map_extractor
|
||||
host: !secret device_roborock_01_host
|
||||
token: !secret device_roborock_01_token
|
||||
username: !secret device_roborock_01_cloud_username
|
||||
password: !secret device_roborock_01_cloud_password
|
||||
draw: ['all']
|
||||
attributes:
|
||||
- calibration_points
|
||||
map_transformation:
|
||||
# scale: 2
|
||||
rotate: 180
|
||||
# trim:
|
||||
# top: 10
|
||||
# bottom: 20
|
||||
# left: 30
|
||||
# right: 40
|
||||
scan_interval:
|
||||
seconds: 10
|
||||
auto_update: true
|
||||
store_map_raw: false
|
||||
store_map_image: true
|
||||
store_map_path: "/tmp"
|
Reference in New Issue
Block a user