PiotrMachowski / Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor

This custom integration provides a way to present a live view of a map for Xiaomi (Roborock/Viomi/Roidmi/Dreame) vacuums without a need for rooting.
MIT License
1.14k stars 121 forks source link

roborock.vacuum.a65 #543

Closed pedro639 closed 1 month ago

pedro639 commented 1 month ago

Checklist

What vacuum model do you want to be supported?

roborock.vacuum.a65

What is its name?

Roborock S7 max ultra

Available APIs

Errors shown in the HA logs (if applicable)

Entity camera.xiaomi_cloud_map_extractor (<class 'custom_components.xiaomi_cloud_map_extractor.camera.VacuumCamera'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <CameraEntityFeature.ON_OFF: 1>, please create a bug report at https://github.com/PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor/issues and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation

SUPPORT_ON_OFF was used from xiaomi_cloud_map_extractor, this is a deprecated constant which will be removed in HA Core 2025.1. Use CameraEntityFeature.ON_OFF instead, please report it to the author of the 'xiaomi_cloud_map_extractor' custom integration

Other info

No response

PiotrMachowski commented 1 month ago

Does the camera entity work?

pedro639 commented 1 month ago

It does yes, I have the map completely here, I'm not sure if it is updating correctly tho. But after I configured it the camera entity got the map straight away.

PiotrMachowski commented 1 month ago

Duplicate of #505