deprecated constants (homeassistant 2024.10.0)
Closed this issue · 0 comments
charliejgallo commented
Just updated Homeassistant to 2024.10.0, checking the logs i get a warning about deprecated constants that will be removed in HA core 2025.10
HAOS: 13.1
HomeAssistant: 2024.10.0
Frigate: 0.14.1
Frigate Integration: 5.4.0
MEDIA_CLASS_IMAGE was used from frigate, this is a deprecated constant which will be removed in HA Core 2025.10. Use MediaClass.IMAGE instead, please report it to the author of the 'frigate' custom integration
MEDIA_CLASS_MOVIE was used from frigate, this is a deprecated constant which will be removed in HA Core 2025.10. Use MediaClass.MOVIE instead, please report it to the author of the 'frigate' custom integration
MEDIA_CLASS_VIDEO was used from frigate, this is a deprecated constant which will be removed in HA Core 2025.10. Use MediaClass.VIDEO instead, please report it to the author of the
'frigate' custom integration