Advertisement
tomycz

HA-vacuum-config-yaml

Mar 10th, 2024
107
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 1 0
  1. camera:
  2. - platform: xiaomi_cloud_map_extractor
  3. host: "192.168.1.43"
  4. token: ""
  5. username: ""
  6. password: ""
  7. country: "de"
  8. draw: ['all']
  9. auto_update: false
  10. scan_interval: 300
  11. map_transformation:
  12. scale: 1
  13. rotate: 180
  14. trim:
  15. top: 10
  16. bottom: 10
  17. left: 15
  18. right: 15
  19. attributes:
  20. - calibration_points
  21. - charger
  22. - cleaned_rooms
  23. - country
  24. - goto
  25. - goto_path
  26. - goto_predicted_path
  27. - image
  28. - is_empty
  29. - map_name
  30. - no_go_areas
  31. - no_mopping_areas
  32. - obstacles
  33. - ignored_obstacles
  34. - obstacles_with_photo
  35. - ignored_obstacles_with_photo
  36. - path
  37. - room_numbers
  38. - rooms
  39. - vacuum_position
  40. - vacuum_room
  41. - vacuum_room_name
  42. - walls
  43. - zones
  44. colors:
  45. color_map_outside: [237, 237, 230]
  46. color_path: [5, 250, 46]
  47. color_charger: [251, 255, 3]
  48. room_colors:
  49. 1: [237, 237, 230]
  50. 2: [237, 237, 230]
  51. 3: [237, 237, 230]
  52. 4: [237, 237, 230]
  53. 5: [237, 237, 230]
  54. 6: [237, 237, 230]
  55. 7: [237, 237, 230]
  56. 8: [237, 237, 230]
  57. 9: [237, 237, 230]
  58. 10: [237, 237, 230]
  59. 11: [237, 237, 230]
  60. 12: [237, 237, 230]
  61. 13: [237, 237, 230]
  62. 14: [237, 237, 230]
  63. 15: [237, 237, 230]
  64. 16: [130, 159, 173]
  65. 17: [194, 193, 165]
  66. 18: [191, 169, 96]
  67. 19: [222, 219, 129]
  68. 20: [222, 219, 129]
  69. 21: [237, 237, 230]
  70. 22: [222, 219, 129]
  71. 23: [194, 193, 165]
  72. 24: [237, 237, 230]
  73. 25: [237, 237, 230]
  74. 26: [237, 237, 230]
  75. 27: [237, 237, 230]
  76. 28: [237, 237, 230]
  77. 29: [237, 237, 230]
  78. 30: [237, 237, 230]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement