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
{{ message }}
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
Home assistant is logging warning regarding deprecated constant DEVICE_CLASS_OPENING:
2024-02-15 23:18:14.509 WARNING (MainThread) [homeassistant.components.binary_sensor] DEVICE_CLASS_OPENING was used from froggy, this is a deprecated constant which will be removed in HA Core 2025.1. Use BinarySensorDeviceClass.OPENING instead, please create a bug report at https://github.com/PiotrMachowski/Home-Assistant-custom-components-Froggy/issues
2024-02-15 23:18:14.510 WARNING (MainThread) [homeassistant.components.binary_sensor] DEVICE_CLASS_OPENING was used from froggy, this is a deprecated constant which will be removed in HA Core 2025.1. Use BinarySensorDeviceClass.OPENING instead, please create a bug report at https://github.com/PiotrMachowski/Home-Assistant-custom-components-Froggy/issues
Would it be possible to replace it to BinarySensorDeviceClass.Opening? Seems like straight forward change.
The text was updated successfully, but these errors were encountered:
Home assistant is logging warning regarding deprecated constant DEVICE_CLASS_OPENING:
Would it be possible to replace it to BinarySensorDeviceClass.Opening? Seems like straight forward change.
The text was updated successfully, but these errors were encountered: