You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I restart Home Assistant, the Midea integration will discover my dehumidifier and generate a persistent notification. In my logs, I am now getting a deprecation warning regarding the method that the component uses to generate the notification. Apparently the component needs to be updated to use the new function for generating this type of notification.
Debug log
Logger: homeassistant.helpers.frame
Source: helpers/frame.py:190
First occurred: 6:14:14 PM (1 occurrences)
Last logged: 6:14:14 PM
Detected that custom integration 'midea_dehumidifier_lan' accesses hass.components.persistent_notification. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from persistent_notification directly at custom_components/midea_dehumidifier_lan/appliance_discovery.py, line 204: self.hass.components.persistent_notification.async_create(, please create a bug report at https://github.com/nbogojevic/homeassistant-midea-air-appliances-lan/issues
The text was updated successfully, but these errors were encountered:
Version of the custom_component
0.9.4
Configuration
Describe the bug
When I restart Home Assistant, the Midea integration will discover my dehumidifier and generate a persistent notification. In my logs, I am now getting a deprecation warning regarding the method that the component uses to generate the notification. Apparently the component needs to be updated to use the new function for generating this type of notification.
Debug log
The text was updated successfully, but these errors were encountered: