romedtino / simple-wyze-vac

Home Assistant Custom Component for Wyze Vacuum
48 stars 8 forks source link

[BUG] Deprecated Features for 2025.6 and 2025.9 #85

Closed romedtino closed 1 month ago

romedtino commented 1 month ago

Describe the bug Deprecated features

To Reproduce Steps to reproduce the behavior:

  1. Update Home Assistant and look at the logs

Expected behavior No deprecated/warning in logs

Screenshots

Source: helpers/frame.py:188
First occurred: 21:38:15 (2 occurrences)
Last logged: 21:38:15

Detected that custom integration 'simple_wyze_vac' calls async_forward_entry_setup for integration, simple_wyze_vac with title: Simple Wyze Vac and entry_id: a0a8ff3c26e12ab1587d6bcd31498172, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/simple_wyze_vac/__init__.py, line 107: hass.async_create_task(, please report it to the author of the 'simple_wyze_vac' custom integration
Detected that custom integration 'simple_wyze_vac' registers an entity service with a non entity service schema which will stop working in HA Core 2025.9 at custom_components/simple_wyze_vac/vacuum.py, line 86: platform.async_register_entity_service(, please report it to the author of the 'simple_wyze_vac' custom integration

Simple Wyze Vac Version

Wyze Vacuum Firmware Version

Home Assistant Version

Additional context Add any other context about the problem here.