hass-virtual icon indicating copy to clipboard operation
hass-virtual copied to clipboard

helpers/depreciation

Open j-pmoret opened this issue 9 months ago • 2 comments

Enregistreur: homeassistant.const Source: helpers/deprecation.py:222 S'est produit pour la première fois: 17:09:33 (1 occurrences) Dernier enregistrement: 17:09:33

STATE_LOCKED was used from virtual, this is a deprecated constant which will be removed in HA Core 2025.10. Use LockState.LOCKED instead, please report it to the author of the 'virtual' custom integration

j-pmoret avatar Apr 05 '25 15:04 j-pmoret

Won't file a new issue. FYI here is the current set of deprecations in my log:

SUPPORT_EFFECT was used from virtual, this is a deprecated constant which will be removed in HA Core 2026.1. Use LightEntityFeature.EFFECT instead, please report it to the author of the 'virtual' custom integration SUPPORT_EFFECT was used from virtual, this is a deprecated constant which will be removed in HA Core 2026.1. Use LightEntityFeature.EFFECT instead, please report it to the author of the 'virtual' custom integration STATE_LOCKED was used from virtual, this is a deprecated constant which will be removed in HA Core 2025.10. Use LockState.LOCKED instead, please report it to the author of the 'virtual' custom integration

SergeyPomelov avatar Jun 20 '25 10:06 SergeyPomelov

Seems like these were fixed in twrecked/hass-virtual#170

jorhett avatar Oct 02 '25 07:10 jorhett