Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning after upgrading to Core 2024.1.0 #503

Closed
2 tasks done
Doktor2003 opened this issue Jan 3, 2024 · 1 comment
Closed
2 tasks done

Warning after upgrading to Core 2024.1.0 #503

Doktor2003 opened this issue Jan 3, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Doktor2003
Copy link

Checklist

  • I have updated the integration to the latest version available
  • I have checked if the problem is already reported

The problem

After upgrading НА to Core 2024.1.0, the following warning appeared in the server log:
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>

What version of an integration has described problem?

2.2.1

What was the last working version of an integration?

2.2.1

What vacuum model do you have problems with?

xiaomi mijia 1s

What version of Home Assistant do you use?

Core 2024.1.0

What type of installation are you running?

Home Assistant Supervised

Camera's configuration

camera:
  - platform: xiaomi_cloud_map_extractor
    host: !secret xiaomi_vacuum_host
    token: !secret xiaomi_vacuum_token
    username: !secret xiaomi_cloud_username
    password: !secret xiaomi_cloud_password
    draw: ['all']
    attributes:
      - calibration_points

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>

Additional information

No response

@Doktor2003 Doktor2003 added the bug Something isn't working label Jan 3, 2024
@Ernst79
Copy link

Ernst79 commented Jan 5, 2024

Should be fixed with #502

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants