helpers/depreciation
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
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
Seems like these were fixed in twrecked/hass-virtual#170